Move common-envs.mk and package.mk from scripts/ to hack/ directory. Update all Makefile includes to use new paths. Remove unused issue-flux-certificates.sh script. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
10 lines
338 B
Makefile
10 lines
338 B
Makefile
export NAME=clickhouse-operator
|
|
export NAMESPACE=cozy-clickhouse-operator
|
|
|
|
include ../../../hack/package.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
|