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:
|
||||
apiVersion: v1
|
||||
fieldPath: metadata.namespace
|
||||
volumes:
|
||||
- name: discovery-vol
|
||||
hostPath:
|
||||
path: "{{ local_volume_base_dir }}"
|
||||
- configMap:
|
||||
defaultMode: 420
|
||||
name: local-volume-config
|
||||
volumes:
|
||||
- name: discovery-vol
|
||||
hostPath:
|
||||
path: "{{ local_volume_base_dir }}"
|
||||
- configMap:
|
||||
defaultMode: 420
|
||||
name: local-volume-config
|
||||
serviceAccount: local-storage-admin
|
||||
name: local-volume-config
|
||||
serviceAccount: local-storage-admin
|
||||
|
|
Loading…
Reference in a new issue