From 609334ce0d1598f78f6dd2441740f49d05646160 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Mon, 9 Dec 2024 11:06:13 +0700 Subject: [PATCH] remove duplicate key --- charts/chisel-operator/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/chisel-operator/templates/deployment.yaml b/charts/chisel-operator/templates/deployment.yaml index af36049..8f30f6f 100644 --- a/charts/chisel-operator/templates/deployment.yaml +++ b/charts/chisel-operator/templates/deployment.yaml @@ -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 }}" @@ -47,3 +46,4 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} + \ No newline at end of file