Skip to content

Commit 93f1136

Browse files
authored
Set runDbMigrationScript to true in values.yaml (#719)
* set runDbMigrationScript to true * empty commit to redo ci * empty commit to redo ci again
1 parent 8c69764 commit 93f1136

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

charts/model-engine/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ spellbook:
55
# celery_enable_sha256 [optional] uses SHA256 hashes for federal compliance mode (FIPS, enhanced security)
66
celery_enable_sha256: null
77

8-
# debug_mode [optional] enables detailed debug logging for infrastructure components
8+
# debug_mode [optional] enables detailed debug logging for infrastructure components
99
debug_mode: null
1010

11-
# celery_broker_type_redis [optional] explicitly uses Redis for the Celery broker
11+
# celery_broker_type_redis [optional] explicitly uses Redis for the Celery broker
1212
celery_broker_type_redis: null
1313

1414
#uncomment below if using a container image that requires nonroot (ex. chainguard)
1515
# podSecurityContext:
16-
# runAsUser: 65532
17-
# runAsGroup: 65532
16+
# runAsUser: 65532
17+
# runAsGroup: 65532
1818
# runAsNonRoot: true
19-
# fsGroup: 65532
19+
# fsGroup: 65532
2020

2121
# containerSecurityContext:
2222
# allowPrivilegeEscalation: false
2323
# readOnlyRootFilesystem: false
2424
# capabilities:
2525
# drop:
26-
# - ALL
26+
# - ALL
2727

2828
redis:
2929
auth:
@@ -33,7 +33,7 @@ redis:
3333
unsafeSsl: false
3434
db:
3535
runDbInitScript: false
36-
runDbMigrationScript: false
36+
runDbMigrationScript: true
3737
balloonConfig:
3838
reserveHighPriority: true
3939
balloonNodeSelector:

0 commit comments

Comments
 (0)