trying to remove whitespaces

This commit is contained in:
2024-11-05 00:16:52 +00:00
parent 305729e71b
commit d5ad2b76b5

View File

@@ -1,4 +1,4 @@
{{ if .Values.cert-manager.enabled }} {{- if .Values.cert-manager.enabled -}}
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
@@ -27,4 +27,4 @@ spec:
- ApplyOutOfSyncOnly=true - ApplyOutOfSyncOnly=true
- ServerSideApply=true - ServerSideApply=true
- CreateNamespace=true - CreateNamespace=true
{{ end }} {{- end }}