mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 19:20:10 -03:30
JSON/YAML syntax fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user