Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created September 30, 2018 07:01
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 vigneshragupathy/15e9e1ac0dd7dd922b7064692d847acd to your computer and use it in GitHub Desktop.
Save vigneshragupathy/15e9e1ac0dd7dd922b7064692d847acd to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: shell-demo
spec:
containers:
- name: nginx
image: nginx
env:
- name: ilike
valueFrom:
configMapKeyRef:
name: colors
key: favorite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment