We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
envFrom is documented here: https://github.com/nicholaswilde/helm-charts/blob/main/charts/common/values.yaml#L35
envFrom
But in the templates, only env and secret are used: https://github.com/nicholaswilde/helm-charts/blob/main/charts/common/templates/lib/controller/_container.tpl#L19
env
secret
For completeness, neither of those include envFrom: https://github.com/nicholaswilde/helm-charts/blob/main/charts/common/templates/_configmap.tpl#L11 https://github.com/nicholaswilde/helm-charts/blob/main/charts/common/templates/_secret.tpl#L12
The text was updated successfully, but these errors were encountered:
charts/common/templates/lib/controller/_container.tpl: use envFrom se…
5afa009
…ction if defined in values.yaml fixes nicholaswilde#70
Will be fixed by #72
Sorry, something went wrong.
Is that fix released for hedgedoc chart?
Successfully merging a pull request may close this issue.
envFrom
is documented here:https://github.com/nicholaswilde/helm-charts/blob/main/charts/common/values.yaml#L35
But in the templates, only
env
andsecret
are used:https://github.com/nicholaswilde/helm-charts/blob/main/charts/common/templates/lib/controller/_container.tpl#L19
For completeness, neither of those include
envFrom
:https://github.com/nicholaswilde/helm-charts/blob/main/charts/common/templates/_configmap.tpl#L11
https://github.com/nicholaswilde/helm-charts/blob/main/charts/common/templates/_secret.tpl#L12
The text was updated successfully, but these errors were encountered: