From 01b80e650ecc5ef79beebf903b0d960b0b5c5358 Mon Sep 17 00:00:00 2001 From: Wilfried BARADAT Date: Thu, 4 Jul 2024 16:51:27 +0200 Subject: [PATCH] =?UTF-8?q?fixup!=20=F0=9F=94=A7(helm)=20rework=20chart=20?= =?UTF-8?q?based=20on=20jenny=20helm=20chart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/helm/warren/Chart.lock | 6 +++--- src/helm/warren/charts/api/templates/deployment.yaml | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/helm/warren/Chart.lock b/src/helm/warren/Chart.lock index 39363965e..55c465fc0 100644 --- a/src/helm/warren/Chart.lock +++ b/src/helm/warren/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 0.1.0 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 13.2.24 -digest: sha256:4b13561dfdca97064192f6861fd5f75f25cdf8b4161a2bb092fbede18f879c61 -generated: "2023-12-07T16:42:14.91623072+01:00" + version: 13.4.6 +digest: sha256:254a201e5c57f8ae32c527f319492b34167626947c642491343413df2bd61874 +generated: "2024-07-03T15:58:33.064365499+02:00" diff --git a/src/helm/warren/charts/api/templates/deployment.yaml b/src/helm/warren/charts/api/templates/deployment.yaml index 2a1498f93..60ed5888d 100644 --- a/src/helm/warren/charts/api/templates/deployment.yaml +++ b/src/helm/warren/charts/api/templates/deployment.yaml @@ -51,6 +51,11 @@ spec: timeoutSeconds: 30 env: {{- include "api.envs" . | nindent 12 }} + {{- if .Values.fastapi.extraEnvVarsCM }} + envFrom: + - configMapRef: + name: {{ .Values.fastapi.extraEnvVarsCM }} + {{- end }} {{ with .Values.fastapi.command }} command: {{- toYaml . | nindent 12 }}