diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index 361054e..3e66167 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -99,7 +99,7 @@ spec: value: {{ .Values.dependencyTrack.username | quote }} # Google - name: GOOGLE_ADMIN_SERVICE_ACCOUNT_EMAIL - value: {{ .Values.google.adminServiceAccountEmail | default (printf "nais-admin@%s.iam.gserviceaccount.com" .Values.googleManagementProjectID) | quote }} + value: {{ .Values.google.adminServiceAccountEmail | default (printf "tenant-directory-sa@%s.iam.gserviceaccount.com" .Values.googleManagementProjectID) | quote }} - name: GOOGLE_ADMIN_USER_EMAIL value: {{ .Values.google.adminUserEmail | default (printf "nais-admin@%s" .Values.tenantDomain) | quote }} # Feature flags