Now all envs are passed like extraEnvs:
It would be more convenient if we would have two lists:
extraEnvs which would convert to ConfigMap
- and
extraSecretEnvs which would convert to Secret
in such a way it would be easy to use the chart with sops and FluxCD tooling and cypher only "secret" part of environment variables.
Now all envs are passed like
extraEnvs:helm/charts/nextjs/values.yaml
Line 132 in 5e8747d
It would be more convenient if we would have two lists:
extraEnvswhich would convert to ConfigMapextraSecretEnvswhich would convert to Secretin such a way it would be easy to use the chart with sops and FluxCD tooling and cypher only "secret" part of environment variables.