We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f81b83 commit 988644cCopy full SHA for 988644c
charts/chisel-operator/templates/deployment.yaml
@@ -26,7 +26,6 @@ spec:
26
imagePullSecrets:
27
{{- toYaml . | nindent 8 }}
28
{{- end }}
29
- serviceAccountName: {{ include "chisel-operator.serviceAccountName" . }}
30
containers:
31
- name: {{ .Chart.Name }}
32
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
0 commit comments