Skip to content

Commit

Permalink
⚡ update supabase chart: studio deploym...yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Mar 14, 2023
1 parent a4cc4da commit 8e476b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/supabase-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions charts/supabase-kubernetes/templates/studio/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e476b2

Please sign in to comment.