Skip to content

Commit d556d58

Browse files
authored
Merge pull request #4405 from fenglixa/fix-4367
Dashboard: add --disable-settings-authorizer to avoid settings 403 forbidden
2 parents 0151153 + 8e650c0 commit d556d58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: deploy/addons/dashboard/dashboard-dp.yaml.tmpl

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ spec:
4242
ports:
4343
- containerPort: 9090
4444
protocol: TCP
45+
args:
46+
- --disable-settings-authorizer
4547
livenessProbe:
4648
httpGet:
4749
path: /

0 commit comments

Comments
 (0)