Skip to content

Commit 1599975

Browse files
authored
Merge pull request #146 from FyraLabs/pr/chart/svcaccname
remove duplicate `serviceAccountName` key
2 parents 1f59035 + 609334c commit 1599975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/chisel-operator/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ spec:
2626
imagePullSecrets:
2727
{{- toYaml . | nindent 8 }}
2828
{{- end }}
29-
serviceAccountName: {{ include "chisel-operator.serviceAccountName" . }}
3029
containers:
3130
- name: {{ .Chart.Name }}
3231
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
@@ -47,3 +46,4 @@ spec:
4746
{{- toYaml . | nindent 8 }}
4847
{{- end }}
4948

49+

0 commit comments

Comments
 (0)