Skip to content

Commit

Permalink
fix(superset): enable dashboard rbac
Browse files Browse the repository at this point in the history
not sure why `my_override` but I see this in multiple sources including:

apache/superset#28234
  • Loading branch information
johnallen3d committed Jan 7, 2025
1 parent bfc64c2 commit 510ea0e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions system/base/templates/superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ spec:
- name: postgresql.image.tag
value: "14.12.0-debian-12-r22"
- name: configOverrides
value: |
FEATURE_FLAGS = {
"DASHBOARD_RBAC": True
}
value:
my_override: |
FEATURE_FLAGS = {
"DASHBOARD_RBAC": True
}
- name: bootstrapScript
value: |
#!/bin/bash
Expand Down

0 comments on commit 510ea0e

Please sign in to comment.