Global

This chart deploys config map and secrets used across a given namespace.

Configuration

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

Configuration

The following table lists the configurable parameters of the Global chart and their default values.

Parameter
Description
Default

namespace

namespace to deploy on

"global"

prefix

name prefix for configurations

"global"

sourceEncoded

base64 encoded value for all configs and secrets to store

""

Last updated