From bb6677f80aadead9cef63d0bb7853ad7d0b18c5c Mon Sep 17 00:00:00 2001 From: Gitesh Koli Date: Fri, 28 Feb 2020 16:31:23 -0500 Subject: [PATCH] Fixed the YAML format error --- api/krusty/variableref_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/krusty/variableref_test.go b/api/krusty/variableref_test.go index e4be5974e..a7754c88c 100644 --- a/api/krusty/variableref_test.go +++ b/api/krusty/variableref_test.go @@ -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