mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 00:15:51 +00:00
12 lines
371 B
Makefile
12 lines
371 B
Makefile
NAME=redis-operator
|
|
NAMESPACE=cozy-$(NAME)
|
|
|
|
include ../../../scripts/package-system.mk
|
|
|
|
update:
|
|
rm -rf charts
|
|
helm repo add redis-operator https://spotahome.github.io/redis-operator
|
|
helm repo update redis-operator
|
|
helm pull redis-operator/redis-operator --untar --untardir charts
|
|
sed -i '/{{/d' charts/redis-operator/crds/databases.spotahome.com_redisfailovers.yaml
|