15 lines
223 B
YAML
15 lines
223 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: shell-demo
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|
|
env:
|
|
- name: ilike
|
|
valueFrom:
|
|
configMapKeyRef:
|
|
name: colors
|
|
key: favorite
|