Skip to content

Commit 18efd8a

Browse files
disabled namespaceScoped field for rbac as default
1 parent 2b4d31c commit 18efd8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/helm/clickhouse-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For upgrade please install CRDs separately:
5757
| podLabels | object | `{}` | labels to add to the clickhouse-operator pod |
5858
| podSecurityContext | object | `{}` | |
5959
| rbac.create | bool | `true` | specifies whether rbac resources should be created |
60-
| rbac.namespaceScoped | bool | `true` | specifies whether to create roles and rolebindings at the cluster level or namespace level |
60+
| rbac.namespaceScoped | bool | `false` | specifies whether to create roles and rolebindings at the cluster level or namespace level |
6161
| secret.create | bool | `true` | create a secret with operator credentials |
6262
| secret.password | string | `"clickhouse_operator_password"` | operator credentials password |
6363
| secret.username | string | `"clickhouse_operator"` | operator credentials username |

deploy/helm/clickhouse-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ rbac:
7474
# rbac.create -- specifies whether rbac resources should be created
7575
create: true
7676
# rbac.namespaceScoped -- specifies whether to create roles and rolebindings at the cluster level or namespace level
77-
namespaceScoped: true
77+
namespaceScoped: false
7878
secret:
7979
# secret.create -- create a secret with operator credentials
8080
create: true

0 commit comments

Comments
 (0)