Skip to content

Commit c5db13f

Browse files
Use the same ServiceAccount for the connect-deployment, as the operator-deployment to ensure consistent deployments.
Fixes #191
1 parent f1f7103 commit c5db13f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/connect/templates/connect-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ spec:
5757
{{- end }}
5858
tolerations:
5959
{{- toYaml .Values.connect.tolerations | nindent 8 }}
60+
serviceAccountName: {{ .Values.operator.serviceAccount.name }}
6061
containers:
6162
- name: {{ .Values.connect.api.name }}
6263
image: {{ .Values.connect.api.imageRepository }}:{{ tpl .Values.connect.version . }}

0 commit comments

Comments
 (0)