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