Skip to content

Commit 28cb07b

Browse files
committed
chore(controller): change passport config
1 parent b190429 commit 28cb07b

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

charts/controller/templates/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ env:
135135
valueFrom:
136136
secretKeyRef:
137137
name: passport-creds
138-
key: social-auth-drycc-controller-key
138+
key: drycc-passport-controller-key
139139
- name: DRYCC_PASSPORT_SECRET
140140
valueFrom:
141141
secretKeyRef:
142142
name: passport-creds
143-
key: social-auth-drycc-controller-secret
143+
key: drycc-passport-controller-secret
144144
{{- end }}
145145
{{- range $key, $value := .Values.environment }}
146146
- name: {{ $key }}

charts/controller/values.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ service:
4040
# this is usually a non required setting.
4141
environment:
4242
RESERVED_NAMES: "drycc, drycc-builder, drycc-monitor-grafana"
43-
## Oauth settings. If passportLocation is off-cluster, set the following environment variables
44-
# LOGIN_REDIRECT_URL: ""
45-
# SOCIAL_AUTH_DRYCC_AUTHORIZATION_URL: ""
46-
# SOCIAL_AUTH_DRYCC_ACCESS_TOKEN_URL: ""
47-
# SOCIAL_AUTH_DRYCC_ACCESS_API_URL: ""
48-
# SOCIAL_AUTH_DRYCC_USERINFO_URL: ""
49-
# SOCIAL_AUTH_DRYCC_JWKS_URI: ""
50-
# SOCIAL_AUTH_DRYCC_OIDC_ENDPOINT: ""
51-
# SOCIAL_AUTH_DRYCC_KEY: ""
52-
# SOCIAL_AUTH_DRYCC_SECRET: ""
5343

5444
redis:
5545
replicas: 1

0 commit comments

Comments
 (0)