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