It's possible to specify Secrets and ConfigMaps as optional for a Deployment (and potentially other resource types), and Wave appears to have support for this with regards to values in the EnvFrom section, but not when mounting a Secret or ConfigMap.
This allows secrets and config maps mounted from a Volume, EnvFrom or Env to be optional.
It's possible to specify Secrets and ConfigMaps as
optional
for a Deployment (and potentially other resource types), and Wave appears to have support for this with regards to values in theEnvFrom
section, but not when mounting a Secret or ConfigMap.This allows secrets and config maps mounted from a
Volume
,EnvFrom
orEnv
to be optional.