Files
cozystack/packages/system/postgres-operator/Makefile
Andrei Kvapil f288d9f246 remove helmwave
2023-12-29 17:37:47 +01:00

18 lines
390 B
Makefile

NAME=postgres-operator
NAMESPACE=cozy-postgres-operator
show:
helm template -n $(NAMESPACE) $(NAME) .
apply:
helm upgrade -i -n $(NAMESPACE) $(NAME) .
diff:
helm diff upgrade --allow-unreleased -n $(NAMESPACE) $(NAME) .
update:
rm -rf charts
helm repo add cnpg https://cloudnative-pg.github.io/charts
helm repo update cnpg
helm pull cnpg/cloudnative-pg --untar --untardir charts