You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/helm/clickhouse-operator/values.yaml
+4-4
Original file line number
Diff line number
Diff line change
@@ -697,8 +697,8 @@ configs:
697
697
</default>
698
698
</profiles>
699
699
</yandex>
700
-
etcKeeperOperatorConfdFiles: null
701
-
etcKeeperOperatorConfigdFiles:
700
+
keeperConfdFiles: null
701
+
keeperConfigdFiles:
702
702
01-keeper-01-default-config.xml: |
703
703
<!-- IMPORTANT -->
704
704
<!-- This file is auto-generated -->
@@ -759,10 +759,10 @@ configs:
759
759
</http_control>
760
760
</keeper_server>
761
761
</clickhouse>
762
-
etcKeeperOperatorTemplatesdFiles:
762
+
keeperTemplatesdFiles:
763
763
readme: |-
764
764
Templates in this folder are packaged with an operator and available via 'useTemplate'
765
-
etcKeeperOperatorUsersdFiles: null
765
+
keeperUsersdFiles: null
766
766
# additionalResources -- list of additional resources to create (are processed via `tpl` function), useful for create ClickHouse clusters together with clickhouse-operator, look `kubectl explain chi` for details
0 commit comments