You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration for growthbook/growthbook-ingress was added or updated ; with warning(s): TLS termination for host 'growthbook.external.dev.mydomain.com' requires specifying a TLS secret or configuring a global wildcard TLS secret
Skipped a TLS block: spec.tls[0].secretName: Required value
The ingress template has an unset variable for the secretName which is causing this problem.
Hey, I am trying to deploy this helm chart with my own custom domain using SSL (with cert-manager), I am using these values:
However I am getting these errors:
The ingress template has an unset variable for the
secretName
which is causing this problem.oaf-public-charts/charts/growthbook/templates/ingress.yaml
Lines 29 to 35 in b247590
Is it possible to set this var in the values? Or should this template be updated to be something like
{{ .Values.ingress.tls.secretName }}
?Thanks!
The text was updated successfully, but these errors were encountered: