From 4acb29bde4898287b07daa32138d0bbf39174013 Mon Sep 17 00:00:00 2001 From: Keny Villela Date: Tue, 25 Oct 2022 11:17:38 -0300 Subject: [PATCH] SIGI - reverted separation app and bkp --- charts/sigi/v0/Chart.yaml | 2 +- charts/sigi/v0/templates/deployment.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/charts/sigi/v0/Chart.yaml b/charts/sigi/v0/Chart.yaml index dc41083..e0c010d 100644 --- a/charts/sigi/v0/Chart.yaml +++ b/charts/sigi/v0/Chart.yaml @@ -8,7 +8,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.6 +version: 0.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/sigi/v0/templates/deployment.yaml b/charts/sigi/v0/templates/deployment.yaml index b19e329..9f1cfa1 100644 --- a/charts/sigi/v0/templates/deployment.yaml +++ b/charts/sigi/v0/templates/deployment.yaml @@ -45,6 +45,11 @@ spec: value: "{{ .Values.sigi.language }}" - name: DATABASE_URL value: {{ printf "postgresql://%s:%s@%s:5432/%s" .Values.postgresql.auth.username .Values.postgresql.auth.password (include "postgresql.fullname" .) .Values.postgresql.auth.database| quote }} + - name: ADMINS + valueFrom: + configMapKeyRef: + name: sigi-email + key: ADMINS - name: EMAIL_PORT valueFrom: configMapKeyRef: