Skip to content

Commit

Permalink
Remove duplicated PGDATABASE key
Browse files Browse the repository at this point in the history
  • Loading branch information
SorsOps committed Oct 22, 2024
1 parent f3f374d commit 0859788
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion charts/supabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintainers:
# 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.5
version: 0.0.6

# 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
Expand Down
10 changes: 0 additions & 10 deletions charts/supabase/templates/db/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,6 @@ spec:
name: {{ include "supabase.secret.db" . }}
key: database
{{- end }}
- name: PGDATABASE
valueFrom:
secretKeyRef:
{{- if .Values.secret.db.secretRef }}
name: {{ .Values.secret.db.secretRef }}
key: {{ .Values.secret.db.secretRefKey.database | default "database" }}
{{- else }}
name: {{ include "supabase.secret.db" . }}
key: database
{{- end }}
- name: JWT_SECRET
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 0859788

Please sign in to comment.