Inject secret
This commit is contained in:
parent
1d9ec6f0bb
commit
5bc39eec5e
|
@ -49,6 +49,12 @@ spec:
|
|||
mountPath: /srv/profiles/type-definitions.json
|
||||
subPath: type-definitions.json
|
||||
readOnly: true
|
||||
env:
|
||||
- name: KALLEANKA_PASSWORD
|
||||
valueFrom:
|
||||
secretKefRef:
|
||||
name: describo-pg-passwd
|
||||
key: passwd
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: mservice
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
global:
|
||||
postgresql:
|
||||
existingSecret: postgres-secret
|
||||
image:
|
||||
tag: v0.2.1
|
||||
namespace:
|
||||
create: false
|
||||
name: sunetrds
|
||||
name: helmrds
|
||||
describo:
|
||||
api_secret: IAMSECRET
|
||||
domain: describo-sunet.drive.test.sunet.se
|
||||
|
@ -16,6 +18,18 @@ global:
|
|||
OAUTH_CLIENT_SECRET: IAMSECRET
|
||||
SUPPORT_EMAIL: drive@sunet.se
|
||||
MANUAL_URL: www.sunet.se/services/molnbaserade-tjanster/sunet-drive
|
||||
- name: su.drive.test.sunet.se
|
||||
ADDRESS: https://su.drive.test.sunet.se
|
||||
OAUTH_CLIENT_ID: IAMSECRET
|
||||
OAUTH_CLIENT_SECRET: IAMSECRET
|
||||
SUPPORT_EMAIL: drive@sunet.se
|
||||
MANUAL_URL: www.sunet.se/services/molnbaserade-tjanster/sunet-drive
|
||||
- name: kau.drive.test.sunet.se
|
||||
ADDRESS: https://kau.drive.test.sunet.se
|
||||
OAUTH_CLIENT_ID: IAMSECRET
|
||||
OAUTH_CLIENT_SECRET: IAMSECRET
|
||||
SUPPORT_EMAIL: drive@sunet.se
|
||||
MANUAL_URL: www.sunet.se/services/molnbaserade-tjanster/sunet-drive
|
||||
storageClass: mayastor-3
|
||||
layer0-describo:
|
||||
postgresql:
|
||||
|
|
Loading…
Reference in a new issue