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
No EOL
282 B
Makefile
10 lines
No EOL
282 B
Makefile
export NAME=external-dns
|
|
export NAMESPACE=cozy-$(NAME)
|
|
|
|
include ../../../hack/package.mk
|
|
|
|
update:
|
|
rm -rf charts
|
|
helm repo add external-dns https://kubernetes-sigs.github.io/external-dns/
|
|
helm repo update external-dns
|
|
helm pull external-dns/external-dns --untar --untardir charts
|