issues
search
kestra-io
/
helm-charts
Apache License 2.0
37
stars
26
forks
source link
Fix: indention issue for prefixes in envFrom block
#28
Closed
koorikla
closed
9 months ago
koorikla
commented
9 months ago
What changes are being made and why?
Fix the indentation issue for adding prefixes in pre existing configmaps and secrets to Kestra pod enviroment variables
How the changes have been QAed?
enabled extraSecretEnvFrom and extraConfigMapEnvFrom in values.yaml
templated locally via
helm template kestra . --output-dir=./tmp
Tested against k8s api
What changes are being made and why?
Fix the indentation issue for adding prefixes in pre existing configmaps and secrets to Kestra pod enviroment variables
How the changes have been QAed?