Fixed the YAML format error

This commit is contained in:
Gitesh Koli
2020-02-28 16:31:23 -05:00
parent 3408c3e4c6
commit bb6677f80a

View File

@@ -1529,10 +1529,10 @@ spec:
hostPath:
path: /var/lib/docker/containers
- name: nfs-files-vol
nfs:
server: $(NFS_SERVER_SERVICE_NAME).default.srv.cluster.local
path: /
readOnly: false
nfs:
server: $(NFS_SERVER_SERVICE_NAME).default.srv.cluster.local
path: /
readOnly: false
`)
th.WriteF("/app/base/ReplicaSet.yaml", `
apiVersion: apps/v1