File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,25 +5,25 @@ spellbook:
55# celery_enable_sha256 [optional] uses SHA256 hashes for federal compliance mode (FIPS, enhanced security)
66celery_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
99debug_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
1212celery_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
2828redis :
2929 auth :
3333 unsafeSsl : false
3434db :
3535 runDbInitScript : false
36- runDbMigrationScript : false
36+ runDbMigrationScript : true
3737balloonConfig :
3838 reserveHighPriority : true
3939balloonNodeSelector :
You can’t perform that action at this time.
0 commit comments