File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
deploy/helm/clickhouse-operator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ For upgrade please install CRDs separately:
57
57
| podLabels | object | ` {} ` | labels to add to the clickhouse-operator pod |
58
58
| podSecurityContext | object | ` {} ` | |
59
59
| 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 |
61
61
| secret.create | bool | ` true ` | create a secret with operator credentials |
62
62
| secret.password | string | ` "clickhouse_operator_password" ` | operator credentials password |
63
63
| secret.username | string | ` "clickhouse_operator" ` | operator credentials username |
Original file line number Diff line number Diff line change 74
74
# rbac.create -- specifies whether rbac resources should be created
75
75
create : true
76
76
# rbac.namespaceScoped -- specifies whether to create roles and rolebindings at the cluster level or namespace level
77
- namespaceScoped : true
77
+ namespaceScoped : false
78
78
secret :
79
79
# secret.create -- create a secret with operator credentials
80
80
create : true
You can’t perform that action at this time.
0 commit comments