Skip to content

Instantly share code, notes, and snippets.

@abhirockzz
Last active August 5, 2019 16:54
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 abhirockzz/b88a7079c819184c60eae6947cf2d6f7 to your computer and use it in GitHub Desktop.
Save abhirockzz/b88a7079c819184c60eae6947cf2d6f7 to your computer and use it in GitHub Desktop.
pod-using-raw-env-vars
apiVersion: v1
kind: Pod
metadata:
name: pod1
spec:
containers:
- name: nginx
image: nginx
env:
- name: ENVVAR1
value: value1
- name: ENVVAR2
value: value2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment