Kaynağa Gözat

Fix service accounts whitespace

Waqar Ahmed 4 yıl önce
ebeveyn
işleme
b9d6205548

+ 1 - 1
test/ipfs/1.0.1/templates/serviceaccount.yaml

@@ -1 +1 @@
-{{- include "common.serviceaccount" . -}}
+{{ include "common.serviceaccount" . }}

+ 1 - 1
test/minio/1.1.0/templates/serviceaccount.yaml

@@ -1 +1 @@
-{{- include "common.serviceaccount" . -}}
+{{ include "common.serviceaccount" . }}

+ 1 - 1
test/nextcloud/1.2.0/templates/serviceaccount.yaml

@@ -1,4 +1,4 @@
-{{- include "common.serviceaccount" . -}}
+{{ include "common.serviceaccount" . | nindent 0 }}
 
 ---