This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
[bug] unable to use EnvMap for init container env #51
Labels
kind/bug
Some behavior is incorrect or out of spec
When trying to use an EnvMap in an init container, this error is thrown:
It appears that an EnvMap is required to properly use the secret
asEnvValue
function to add a secret environment variable.It may be a separate bug that
asEnvValue
configures the value as avalue
and not avalueFrom
when added to a list type env.The text was updated successfully, but these errors were encountered: