Skip to content

Commit

Permalink
Use correct default value for admin sa
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrv committed Jan 6, 2025
1 parent b062832 commit 1e839e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e839e0

Please sign in to comment.