Skip to content

Instantly share code, notes, and snippets.

@matthewpalmer
Created February 5, 2019 20:58
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save matthewpalmer/c9649e7769e3e7e5e3790f5b3a4e6908 to your computer and use it in GitHub Desktop.
Save matthewpalmer/c9649e7769e3e7e5e3790f5b3a4e6908 to your computer and use it in GitHub Desktop.
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