JSON/YAML syntax fix
This commit is contained in:
parent
8006a6cd82
commit
b4e264251f
1 changed files with 8 additions and 8 deletions
|
@ -32,12 +32,12 @@ spec:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
volumes:
|
volumes:
|
||||||
- name: discovery-vol
|
- name: discovery-vol
|
||||||
hostPath:
|
hostPath:
|
||||||
path: "{{ local_volume_base_dir }}"
|
path: "{{ local_volume_base_dir }}"
|
||||||
- configMap:
|
- configMap:
|
||||||
defaultMode: 420
|
defaultMode: 420
|
||||||
name: local-volume-config
|
|
||||||
name: local-volume-config
|
name: local-volume-config
|
||||||
serviceAccount: local-storage-admin
|
name: local-volume-config
|
||||||
|
serviceAccount: local-storage-admin
|
||||||
|
|
Loading…
Reference in a new issue