Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 434 Bytes

variables.md

File metadata and controls

22 lines (16 loc) · 434 Bytes

environment variables

Environment variables are passed to the containers using config maps and secrets.

# default settings

variables:
- name: 
  store: encrypted ('plaintext', 'encrypted')
  data:
# explanations

variables:
- name: an arbitrary name
  store: if 'plaintext', variables are stored as a configmap, otherwise, they are stored as a secret
  data: a map of environment variables and values