Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Move env variable into adminEmail if else block
Browse files Browse the repository at this point in the history
Signed-off-by: Alen Komljen <alen.komljen@live.com>
  • Loading branch information
komljen committed Jun 19, 2020
1 parent e6b76d2 commit 3e1bc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incubator/buzzfeed-sso/templates/auth-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ spec:
value: {{ .adminEmail | quote }}
- name: PROVIDER_GOOGLE_GOOGLE_CREDENTIALS
value: /creds/sso-serviceaccount.json
{{- end }}
- name: PROVIDER_GOOGLE_GROUPCACHE_INTERVAL_REFRESH
value: 10m
{{- end }}
- name: PROVIDER_GOOGLE_CLIENT_ID
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 3e1bc14

Please sign in to comment.