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: 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