1
0
mirror of synced 2026-02-01 04:01:50 -05:00

Update deployment.yaml (#18151)

Do not ignore service account is webpp
This commit is contained in:
Emilija
2022-10-19 09:54:57 +03:00
committed by GitHub
parent 8c780bd3aa
commit 75c367b38f

View File

@@ -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 }}