Skip to content

Commit

Permalink
remove duplicate key
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Dec 9, 2024
1 parent 1f59035 commit 609334c
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 609334c

Please sign in to comment.