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