blob: e88a7372e20f97d50fd3b389c4de34c4b24e4993 [file] [log] [blame]
help:
@echo Targets you can make:
@echo deploy - deploys the operator configs to kubernetes
@echo undeploy - deletes operator configs in kubernetes
deploy:
make -C operator-configs deploy
undeploy:
make -C operator-configs undeploy
.PHONY: deploy