mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-06 01:06:27 +00:00
Added snapshot-controller to system packages. It is included in pass-full bundle. Also added new cluster issuer `selfsigned-cluster-issuer`.
10 lines
296 B
Makefile
10 lines
296 B
Makefile
export NAME=snapshot-controller
|
|
export NAMESPACE=cozy-$(NAME)
|
|
|
|
include ../../../scripts/package-system.mk
|
|
|
|
update:
|
|
rm -rf charts
|
|
helm repo add piraeus-charts https://piraeus.io/helm-charts/
|
|
helm repo update piraeus-charts
|
|
helm pull piraeus-charts/snapshot-controller --untar --untardir charts
|