mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
12 lines
258 B
Makefile
12 lines
258 B
Makefile
export NAME=velero
|
|
export NAMESPACE=cozy-$(NAME)
|
|
|
|
include ../../../scripts/package.mk
|
|
|
|
update:
|
|
rm -rf charts
|
|
# Velero
|
|
helm repo add tanzu https://vmware-tanzu.github.io/helm-charts
|
|
helm repo update tanzu
|
|
helm pull tanzu/velero --untar --untardir charts
|