File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.2
18
+ version : 0.1.3
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -138,6 +138,10 @@ spec:
138
138
name : {{ include "supabase.secret.smtp" . }}
139
139
key : password
140
140
{{- end }}
141
+ {{- with .Values.auth.envFrom }}
142
+ envFrom :
143
+ {{- toYaml . | nindent 12 }}
144
+ {{- end }}
141
145
{{- with .Values.auth.livenessProbe }}
142
146
livenessProbe :
143
147
{{- toYaml . | nindent 12 }}
Original file line number Diff line number Diff line change @@ -311,6 +311,9 @@ auth:
311
311
GOTRUE_MAILER_URLPATHS_CONFIRMATION : " /auth/v1/verify"
312
312
GOTRUE_MAILER_URLPATHS_RECOVERY : " /auth/v1/verify"
313
313
GOTRUE_MAILER_URLPATHS_EMAIL_CHANGE : " /auth/v1/verify"
314
+ envFrom : []
315
+ # - secretRef:
316
+ # name: env-secret
314
317
# volumeMounts:
315
318
# - name: volume_name
316
319
# mountPath: /path/to/my/secret
You can’t perform that action at this time.
0 commit comments