mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
Fixed the YAML format error
This commit is contained in:
@@ -1529,10 +1529,10 @@ spec:
|
|||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/docker/containers
|
path: /var/lib/docker/containers
|
||||||
- name: nfs-files-vol
|
- name: nfs-files-vol
|
||||||
nfs:
|
nfs:
|
||||||
server: $(NFS_SERVER_SERVICE_NAME).default.srv.cluster.local
|
server: $(NFS_SERVER_SERVICE_NAME).default.srv.cluster.local
|
||||||
path: /
|
path: /
|
||||||
readOnly: false
|
readOnly: false
|
||||||
`)
|
`)
|
||||||
th.WriteF("/app/base/ReplicaSet.yaml", `
|
th.WriteF("/app/base/ReplicaSet.yaml", `
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
|||||||
Reference in New Issue
Block a user