fix(dex): Only dev for now
This commit is contained in:
@@ -113,26 +113,26 @@ envVars:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dex-microsoft
|
name: dex-microsoft
|
||||||
key: clientSecret
|
key: clientSecret
|
||||||
- name: CLIENT_SECRET_DEX
|
# - name: CLIENT_SECRET_DEX
|
||||||
valueFrom:
|
# valueFrom:
|
||||||
secretKeyRef:
|
# secretKeyRef:
|
||||||
name: dex-clients
|
# name: dex-clients
|
||||||
key: dex
|
# key: dex
|
||||||
- name: CLIENT_SECRET_ATLANTIS
|
# - name: CLIENT_SECRET_ATLANTIS
|
||||||
valueFrom:
|
# valueFrom:
|
||||||
secretKeyRef:
|
# secretKeyRef:
|
||||||
name: dex-clients
|
# name: dex-clients
|
||||||
key: atlantis
|
# key: atlantis
|
||||||
- name: CLIENT_SECRET_ATLANTIS_DEV
|
- name: CLIENT_SECRET_ATLANTIS_DEV
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dex-clients
|
name: dex-clients
|
||||||
key: atlantis_dev
|
key: atlantis_dev
|
||||||
- name: CLIENT_SECRET_SORCERER
|
# - name: CLIENT_SECRET_SORCERER
|
||||||
valueFrom:
|
# valueFrom:
|
||||||
secretKeyRef:
|
# secretKeyRef:
|
||||||
name: dex-clients
|
# name: dex-clients
|
||||||
key: sorcerer
|
# key: sorcerer
|
||||||
- name: CLIENT_SECRET_SORCERER_DEV
|
- name: CLIENT_SECRET_SORCERER_DEV
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user