Skip to content

Commit

Permalink
Fix db secret not created by default
Browse files Browse the repository at this point in the history
  • Loading branch information
drpsyko101 committed Apr 13, 2024
1 parent ff3a024 commit 23ef62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/supabase/templates/secrets/db.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if not .Values.secret.db }}
{{- if not .Values.secret.db.secretRef }}
apiVersion: v1
kind: Secret
metadata:
Expand Down

0 comments on commit 23ef62d

Please sign in to comment.