diff --git a/rds/base/charts/all/charts/layer0-describo/templates/deployment.yaml b/rds/base/charts/all/charts/layer0-describo/templates/deployment.yaml index 35b85ad..3618f06 100644 --- a/rds/base/charts/all/charts/layer0-describo/templates/deployment.yaml +++ b/rds/base/charts/all/charts/layer0-describo/templates/deployment.yaml @@ -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 diff --git a/rds/base/values/values.yaml b/rds/base/values/values.yaml index 370ce89..968dda8 100644 --- a/rds/base/values/values.yaml +++ b/rds/base/values/values.yaml @@ -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: