Created
February 5, 2019 20:58
-
-
Save matthewpalmer/c9649e7769e3e7e5e3790f5b3a4e6908 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: Pod | |
apiVersion: v1 | |
metadata: | |
name: pod-env-var | |
spec: | |
containers: | |
- name: env-var-configmap | |
image: nginx:1.7.9 | |
envFrom: | |
- configMapRef: | |
name: example-configmap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment