Skip to content

Commit

Permalink
fix: disable forceRun for supabase jwt generation (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj authored Jul 19, 2024
1 parent 0c01f36 commit eb9b1e0
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit eb9b1e0

Please sign in to comment.