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