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
255 B
Makefile
10 lines
255 B
Makefile
export NAME=coredns
|
|
export NAMESPACE=kube-system
|
|
|
|
include ../../../hack/package.mk
|
|
|
|
update:
|
|
rm -rf charts
|
|
helm repo add cozy-coredns https://coredns.github.io/helm
|
|
helm repo update cozy-coredns
|
|
helm pull cozy-coredns/coredns --untar --untardir charts
|