Skip to content

Commit

Permalink
Fix deploy_bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaron authored Nov 23, 2023
1 parent 197a4e7 commit 1948eee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ ifeq ($(DISABLE_SERVICE_TLS), true)
exit 1; \
fi; \
$(CLUSTER_CLIENT) patch --type=merge -p '{"spec":{"config":{"env":[{"name":"DISABLE_SERVICE_TLS","value":"true"}]}}}' "$${1}"
$(CLUSTER_CLIENT) create -f quickstart/cryostat-quickstart.yaml
endif

.PHONY: undeploy_bundle
Expand Down

0 comments on commit 1948eee

Please sign in to comment.