diff --git a/charts/supabase/Chart.yaml b/charts/supabase/Chart.yaml index b0bae589dd28d8d3dad30f62ce25ee254b8d0e46..92a3b4de23b8023817bfd7d9062bb486dfdd7ec5 100644 --- a/charts/supabase/Chart.yaml +++ b/charts/supabase/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.1.2 +version: 0.1.3 # 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/templates/auth/deployment.yaml b/charts/supabase/templates/auth/deployment.yaml index f3830453f8afd9d2c226bdd2eab9fac78be10df8..8f3bba38567bc4b442788470802588c1cc35b9ee 100644 --- a/charts/supabase/templates/auth/deployment.yaml +++ b/charts/supabase/templates/auth/deployment.yaml @@ -138,6 +138,10 @@ spec: name: {{ include "supabase.secret.smtp" . }} key: password {{- end }} + {{- with .Values.auth.envFrom }} + envFrom: + {{- toYaml . | nindent 12 }} + {{- end }} {{- with .Values.auth.livenessProbe }} livenessProbe: {{- toYaml . | nindent 12 }} diff --git a/charts/supabase/values.yaml b/charts/supabase/values.yaml index 62dbe13e3eb88cdbe359934293b319b1cd829090..038c17a4b066600146e7ec92d24ae5b5213ae2f3 100644 --- a/charts/supabase/values.yaml +++ b/charts/supabase/values.yaml @@ -311,6 +311,9 @@ auth: GOTRUE_MAILER_URLPATHS_CONFIRMATION: "/auth/v1/verify" GOTRUE_MAILER_URLPATHS_RECOVERY: "/auth/v1/verify" GOTRUE_MAILER_URLPATHS_EMAIL_CHANGE: "/auth/v1/verify" + envFrom: [] + # - secretRef: + # name: env-secret # volumeMounts: # - name: volume_name # mountPath: /path/to/my/secret