Inject secret

This commit is contained in:
Micke Nordin 2023-05-03 14:27:27 +02:00
parent 1d9ec6f0bb
commit 5bc39eec5e
2 changed files with 21 additions and 1 deletions

View file

@ -49,6 +49,12 @@ spec:
mountPath: /srv/profiles/type-definitions.json mountPath: /srv/profiles/type-definitions.json
subPath: type-definitions.json subPath: type-definitions.json
readOnly: true readOnly: true
env:
- name: KALLEANKA_PASSWORD
valueFrom:
secretKefRef:
name: describo-pg-passwd
key: passwd
envFrom: envFrom:
- configMapRef: - configMapRef:
name: mservice name: mservice

View file

@ -1,9 +1,11 @@
global: global:
postgresql:
existingSecret: postgres-secret
image: image:
tag: v0.2.1 tag: v0.2.1
namespace: namespace:
create: false create: false
name: sunetrds name: helmrds
describo: describo:
api_secret: IAMSECRET api_secret: IAMSECRET
domain: describo-sunet.drive.test.sunet.se domain: describo-sunet.drive.test.sunet.se
@ -16,6 +18,18 @@ global:
OAUTH_CLIENT_SECRET: IAMSECRET OAUTH_CLIENT_SECRET: IAMSECRET
SUPPORT_EMAIL: drive@sunet.se SUPPORT_EMAIL: drive@sunet.se
MANUAL_URL: www.sunet.se/services/molnbaserade-tjanster/sunet-drive 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 storageClass: mayastor-3
layer0-describo: layer0-describo:
postgresql: postgresql: