Skip to content

Commit

Permalink
chore: remove helm rbac (#1366)
Browse files Browse the repository at this point in the history
(cherry picked from commit a0a66f5)
  • Loading branch information
xuriwuyun authored and cjc7373 committed Jan 23, 2025
1 parent 1660541 commit d8f0402
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion addons-cluster/apecloud-mysql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ proxy:
## customized default values to override kblib chart's values
extra:
disableExporter: true
rbacEnabled: false
terminationPolicy: Delete


Expand Down
1 change: 0 additions & 1 deletion addons-cluster/mongodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ hostnetwork: "enabled"

## @param extra.rbacEnabled if true, create rbac
extra:
rbacEnabled: true
terminationPolicy: Delete
1 change: 0 additions & 1 deletion addons-cluster/mysql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ proxysql:

## @param extra.rbacEnabled if true, create rbac
extra:
rbacEnabled: true
terminationPolicy: Delete
disableExporter: true

Expand Down
1 change: 0 additions & 1 deletion addons-cluster/rabbitmq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ requests:
storage: 20

extra:
rbacEnabled: true
terminationPolicy: Delete

0 comments on commit d8f0402

Please sign in to comment.