Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

fix: disable forceRun for supabase jwt generation #806

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/supabase/bitnami-values-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jwt:
autoGenerate:
## @param jwt.autoGenerate.forceRun Force the run of the JWT generation job
##
forceRun: true
forceRun: false
## @param jwt.autoGenerate.annotations [object] Add annotations to the job
##
annotations:
Expand Down Expand Up @@ -110,4 +110,4 @@ kong:
## @param postgresql.service.ports.postgresql PostgreSQL service port
##
postgresql:
enabled: false
enabled: false