Skip to content

Commit

Permalink
fix(superset): try worker count as string
Browse files Browse the repository at this point in the history
  • Loading branch information
johnallen3d committed Jan 21, 2025
1 parent 52f1dd8 commit 0b1f2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/base/templates/superset-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- name: postgresql.image.tag
value: "14.12.0-debian-12-r22"
- name: extraEnv.SERVER_WORKER_AMOUNT
value: 2
value: "2"
- name: configOverrides.my_override
value: |
FEATURE_FLAGS = {
Expand Down

0 comments on commit 0b1f2c2

Please sign in to comment.