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
6.0.4
1337kavin/piped
latest
When trying to add initiContainers with env vars in the backend controller, it raises template error
Error: template: piped/templates/backend/deployment.yaml:47:10: executing "piped/templates/backend/deployment.yaml" at <include "backend.controller.pod" .>: error calling include: template: piped/templates/backend/lib/_pod.tpl:55:33: executing "backend.controller.pod" at <include "common.controller.env_vars" $>: error calling include: template: no template "common.controller.env_vars" associated with template "gotpl"
The helm chart to render correctly
backend: initContainers: foo: env: foo: bar
No response
The text was updated successfully, but these errors were encountered:
Thanks for reporting, I think this is one of the use cases that I hadn't tried..
Sorry, something went wrong.
No branches or pull requests
Helm chart version
6.0.4
Container name
1337kavin/piped
Container tag
latest
Description
When trying to add initiContainers with env vars in the backend controller, it raises template error
Expected result
The helm chart to render correctly
Helm values to reproduce
Additional Information
No response
Repo link
No response
The text was updated successfully, but these errors were encountered: