mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 00:15:51 +00:00
9 lines
198 B
Makefile
9 lines
198 B
Makefile
NAME=kafka-operator
|
|
NAMESPACE=cozy-$(NAME)
|
|
|
|
include ../../../scripts/package-system.mk
|
|
|
|
update:
|
|
rm -rf charts
|
|
helm pull oci://quay.io/strimzi-helm/strimzi-kafka-operator --untar --untardir charts
|