Skip to content

Commit 523eab4

Browse files
committed
Add CRDs to clickhouse-operator
1 parent 36d81da commit 523eab4

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

k8s/clickhouse/base/kustomization.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ helmCharts:
1010
- name: altinity-clickhouse-operator
1111
repo: https://altinity.github.io/clickhouse-operator
1212
releaseName: altinity-clickhouse-operator
13+
includeCRDs: true
1314
version: 0.24.1
1415
valuesInline:
1516
clickhouse:

scripts/decrypt-secrets

100644100755
File mode changed.

scripts/deploy

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
kubectl kustomize dev --enable-helm | kubectl apply -f -

0 commit comments

Comments
 (0)