Skip to content

Commit 63efaea

Browse files
add values.schema.json (#1815)
* feat: add deployment strategy configuration to helm chart Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <[email protected]> * add clickhouse-operator deployment strategy parameter to Helm chart * add values.schema.json, fix #1814 * (no commit message provided) Co-authored-by: aider (openrouter/qwen/qwen3-coder) <[email protected]> * (no commit message provided) Co-authored-by: aider (openrouter/qwen/qwen3-coder) <[email protected]> * (no commit message provided) Co-authored-by: aider (openrouter/qwen/qwen3-coder) <[email protected]> * update values.schema.json and remove schema regenerate from generate_helm_chart.sh, remove duplicated strategy from Deployment-clickhouse-operator.yaml --------- Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <[email protected]>
1 parent 45c409b commit 63efaea

File tree

4 files changed

+900
-2
lines changed

4 files changed

+900
-2
lines changed

deploy/helm/clickhouse-operator/templates/generated/ClusterRoleBinding-clickhouse-operator-kube-system.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ subjects:
2020
- kind: ServiceAccount
2121
name: {{ include "altinity-clickhouse-operator.serviceAccountName" . }}
2222
namespace: {{ include "altinity-clickhouse-operator.namespace" . }}
23-
2423
# Template Parameters:
2524
#
2625
# NAMESPACE=kube-system

deploy/helm/clickhouse-operator/templates/generated/ServiceAccount-clickhouse-operator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ metadata:
1313
namespace: {{ include "altinity-clickhouse-operator.namespace" . }}
1414
labels: {{ include "altinity-clickhouse-operator.labels" . | nindent 4 }}
1515
annotations: {{ include "altinity-clickhouse-operator.annotations" . | nindent 4 }}{{ if .Values.serviceAccount.annotations }}{{ toYaml .Values.serviceAccount.annotations | nindent 4 }}{{ end }}
16-
1716
# Template Parameters:
1817
#
1918
# NAMESPACE=kube-system

0 commit comments

Comments
 (0)