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