Skip to content

Commit

Permalink
[incubator/sso-buzzfeed] Add default interval the group cache should …
Browse files Browse the repository at this point in the history
…refresh at (helm#22871)

* Add default interval the group cache should refresh at

Signed-off-by: Alen Komljen <alen.komljen@live.com>

* Move env variable into adminEmail if else block

Signed-off-by: Alen Komljen <alen.komljen@live.com>
Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>
  • Loading branch information
komljen authored and Miguel Mingorance committed Aug 28, 2020
1 parent 12d87b1 commit 677ce82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion incubator/buzzfeed-sso/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Single sign-on for your Kubernetes services using Google OAuth
name: buzzfeed-sso
version: 0.2.2
version: 0.2.3
appVersion: 2.1.0
home: https://github.com/buzzfeed/sso
sources:
Expand Down
2 changes: 2 additions & 0 deletions incubator/buzzfeed-sso/templates/auth-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ spec:
value: {{ .adminEmail | quote }}
- name: PROVIDER_GOOGLE_GOOGLE_CREDENTIALS
value: /creds/sso-serviceaccount.json
- name: PROVIDER_GOOGLE_GROUPCACHE_INTERVAL_REFRESH
value: 10m
{{- end }}
- name: PROVIDER_GOOGLE_CLIENT_ID
valueFrom:
Expand Down

0 comments on commit 677ce82

Please sign in to comment.