From 81f8c57e424fb849cad45a067e5c7975a0afbf8a Mon Sep 17 00:00:00 2001 From: Slach Date: Sat, 27 Jan 2024 06:05:55 +0400 Subject: [PATCH] little bit typo after merge https://github.com/Altinity/clickhouse-operator/pull/1316 Signed-off-by: Slach --- deploy/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index f83cf07b9..4a97e2da9 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -63,7 +63,7 @@ serviceAccount: # serviceAccount.name -- the name of the service account to use; if not set and create is true, a name is generated using the fullname template name: rbac: - #rbac.create -- specifies whether cluster roles and cluster role bindings should be created + # rbac.create -- specifies whether cluster roles and cluster role bindings should be created create: true secret: # secret.create -- create a secret with operator credentials