mastodon / chart

Helm chart for Mastodon deployment in Kubernetes
GNU Affero General Public License v3.0
154 stars 89 forks source link

Error in Helm template prevents installation when caching proxy is defined #34

Closed dbsanfte closed 1 year ago

dbsanfte commented 1 year ago

Error:

Error: INSTALLATION FAILED: template: mastodon/templates/deployment-web.yaml:21:12: executing "mastodon/templates/deployment-web.yaml" at <include "mastodon.rollingPodAnnotations" .>: error calling include: template: mastodon/templates/_helpers.tpl:60:30: executing "mastodon.rollingPodAnnotations" at <include (print $.Template.BasePath "/configmap-env.yaml") .>: error calling include: template: mastodon/templates/configmap-env.yaml:54:27: executing "mastodon/templates/configmap-env.yaml" at <.Values.mastodon.s3.alias_host>: can't evaluate field Values in type string

https://github.com/mastodon/chart/blob/ae892d539ed35433ceadeadaf87113cca75c2ea7/templates/configmap-env.yaml#L54

This should be . not .Values... I would think.

dbsanfte commented 1 year ago

Works if I change the value to .