From 75c367b38f047db64c8ea105d30e4e6eb4a479c5 Mon Sep 17 00:00:00 2001 From: Emilija <105725935+emilija-omnisend@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:54:57 +0300 Subject: [PATCH] Update deployment.yaml (#18151) Do not ignore service account is webpp --- charts/airbyte-webapp/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/airbyte-webapp/templates/deployment.yaml b/charts/airbyte-webapp/templates/deployment.yaml index f1ad5c65900..52532747602 100644 --- a/charts/airbyte-webapp/templates/deployment.yaml +++ b/charts/airbyte-webapp/templates/deployment.yaml @@ -19,6 +19,7 @@ spec: {{- include "common.tplvalues.render" (dict "value" .Values.podAnnotations "context" $) | nindent 8 }} {{- end }} spec: + serviceAccountName: {{ .Values.global.serviceAccountName }} {{- if .Values.nodeSelector }} nodeSelector: {{- include "common.tplvalues.render" (dict "value" .Values.nodeSelector "context" $) | nindent 8 }} {{- end }}