UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Makefile 228 B
install:
	helm install kv ./chart --create-namespace --namespace kubevirt

move-images:
	scripts/move-images.sh

update-chart:
	scripts/update-chart.sh

update-readme:
	scripts/readme-update.sh

uninstall:
	scripts/uninstall.sh