Skip to content

Commit 12e54c1

Browse files
authored
Merge pull request #42 from fty4/fix/linebreak-serviceaccount
fix: remove line breaking for sa
2 parents d35871f + 1f9d169 commit 12e54c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/charts/harbor-container-webhook/templates/serviceaccount.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if .Values.serviceAccount.create -}}
1+
{{- if .Values.serviceAccount.create }}
22
apiVersion: v1
33
kind: ServiceAccount
44
metadata:

0 commit comments

Comments
 (0)