mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Fixed Tab to spaces
This commit is contained in:
parent
a3800701f1
commit
3408c3e4c6
@@ -1528,11 +1528,11 @@ spec:
|
|||||||
- name: varlibdockercontainers
|
- name: varlibdockercontainers
|
||||||
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
|
||||||
@@ -1560,7 +1560,7 @@ spec:
|
|||||||
- mountPath: /app/shared-files
|
- mountPath: /app/shared-files
|
||||||
name: nfs-files-vol
|
name: nfs-files-vol
|
||||||
volumes:
|
volumes:
|
||||||
- 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: /
|
||||||
@@ -1584,7 +1584,7 @@ spec:
|
|||||||
name: nfs-files-vol
|
name: nfs-files-vol
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
volumes:
|
volumes:
|
||||||
- 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: /
|
||||||
|
|||||||
Reference in New Issue
Block a user