env from ConfigMap or Secrets
envFrom:
- configMapRef:
name: production-settings
- configMapRef:
name: my-app-settings
env:
- name: S3_BUCKET
valueFrom:
configMapKeyRef:
name: s3-settings
key: bucket
PreviousMerging contents of multiple .csv files into single .csv fileNextKubernetes, Helm, Kustomize
Last updated
Was this helpful?