Fix indent and use valid keys for configMapKeyRef (#4428)

Fix restartPolicy indent.
Use valid keys from the ConfigMap in the step previous to the last special-config creation. Key special.type was not created anywhere in previous steps anywars.
This commit is contained in:
Dino Hensen
2017-08-01 09:25:26 +02:00
committed by Andrew Chen
parent 90bc317621
commit 8ff2710305
@@ -167,12 +167,12 @@ spec:
valueFrom:
configMapKeyRef:
name: special-config
key: special.how
key: special_level
- name: SPECIAL_TYPE_KEY
valueFrom:
configMapKeyRef:
name: special-config
key: special.type
key: special_type
restartPolicy: Never
```