mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
11 lines
248 B
Makefile
11 lines
248 B
Makefile
NAME=postgres-operator
|
|
NAMESPACE=cozy-$(NAME)
|
|
|
|
include ../../hack/package-system.mk
|
|
|
|
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
|