This chart deploys config map and secrets used across a given namespace.
Chart contains:
1 x config map containing common properties typically mounted as 'global-config'
1 x environment config map that can be used to add shared environment variables
1 x secret that containing common properties typically mounted as 'global-secrets'
1 x environment secret that can be used to add shared environment variables
1 x docker secret that can be used as the imagePullSecrets
The following table lists the configurable parameters of the Global chart and their default values.
namespace
namespace to deploy on
"global"
prefix
name prefix for configurations
sourceEncoded
base64 encoded value for all configs and secrets to store
""
Last updated 1 year ago