From 8e476b2bb8587167109b95aa0de598c06422d6bf Mon Sep 17 00:00:00 2001 From: Colin Wilson Date: Tue, 14 Mar 2023 06:44:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20update=20supabase=20chart:=20studio?= =?UTF-8?q?=20deploym...yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/supabase-kubernetes/Chart.yaml | 2 +- charts/supabase-kubernetes/templates/studio/deployment.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/charts/supabase-kubernetes/Chart.yaml b/charts/supabase-kubernetes/Chart.yaml index 2a859dd..91bcfd3 100644 --- a/charts/supabase-kubernetes/Chart.yaml +++ b/charts/supabase-kubernetes/Chart.yaml @@ -15,7 +15,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.0.3 +version: 0.0.4 # 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/supabase-kubernetes/templates/studio/deployment.yaml b/charts/supabase-kubernetes/templates/studio/deployment.yaml index b0c2547..24741dd 100644 --- a/charts/supabase-kubernetes/templates/studio/deployment.yaml +++ b/charts/supabase-kubernetes/templates/studio/deployment.yaml @@ -52,6 +52,11 @@ spec: secretKeyRef: name: {{ .Values.jwt.secretName }} key: serviceKey + - name: POSTGRES_PASSWORD + valueFrom: + secretKeyRef: + name: {{ .Values.db.secretName }} + key: password ports: - name: http containerPort: 3000