mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-06 01:06:27 +00:00
11 lines
334 B
Makefile
11 lines
334 B
Makefile
NAME=clickhouse-operator
|
|
NAMESPACE=cozy-clickhouse-operator
|
|
|
|
include ../../../scripts/package-system.mk
|
|
|
|
update:
|
|
rm -rf charts
|
|
helm repo add clickhouse-operator https://docs.altinity.com/clickhouse-operator/
|
|
helm repo update clickhouse-operator
|
|
helm pull clickhouse-operator/altinity-clickhouse-operator --untar --untardir charts
|