9 lines
148 B
YAML
9 lines
148 B
YAML
spec:
|
|
containers:
|
|
- ...
|
|
env:
|
|
- name: ENVVAR
|
|
valueFrom:
|
|
configMapKeyRef:
|
|
name: my-configmap
|
|
key: mykey
|