Skip to content

Instantly share code, notes, and snippets.

@jonbcampos
Created September 10, 2018 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonbcampos/b318e35fca9fb2156260249f4feab49e to your computer and use it in GitHub Desktop.
Save jonbcampos/b318e35fca9fb2156260249f4feab49e to your computer and use it in GitHub Desktop.
env:
- name: NODE_ENV
valueFrom:
configMapKeyRef:
name: basic-config # name of the configmap
key: NODE_ENV # key within the configmap
- name: SOME_VALUE
valueFrom:
configMapKeyRef:
name: basic-config
key: SOME_VALUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment