cloudposse / charts

The "Cloud Posse" Distribution of Kubernetes Applications
https://cloudposse.com/accelerate
Apache License 2.0
158 stars 63 forks source link

[monochart] Add `envFrom` section #231

Closed aknysh closed 4 years ago

aknysh commented 4 years ago

what

why

envFrom:
  secrets: 
   - secret-1
   - secret-2
  configMaps:
   - config-1
   - config-2