Skip to content

Commit

Permalink
Merge pull request #146 from FyraLabs/pr/chart/svcaccname
Browse files Browse the repository at this point in the history
remove duplicate `serviceAccountName` key
  • Loading branch information
korewaChino authored Dec 9, 2024
2 parents 1f59035 + 609334c commit 1599975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/chisel-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "chisel-operator.serviceAccountName" . }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Expand All @@ -47,3 +46,4 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}


0 comments on commit 1599975

Please sign in to comment.