diff --git a/resources/Makefile-common b/resources/Makefile-common index 0e56443..79bcf80 100644 --- a/resources/Makefile-common +++ b/resources/Makefile-common @@ -20,8 +20,8 @@ operator-deploy operator-upgrade: ## Installs/updates the pattern on a cluster ( .PHONY: install install: pattern-install ## Installs the pattern onto a cluster (Loads secrets as well if configured) -.PHONY: -uninstall: uninstall ## (EXPERIMENTAL) See https://validatedpatterns.io/blog/2026-02-16-pattern-uninstall/. +.PHONY: uninstall +uninstall: ## (EXPERIMENTAL) See https://validatedpatterns.io/blog/2026-02-16-pattern-uninstall/. @$(ANSIBLE_RUN) rhvp.cluster_utils.uninstall .PHONY: pattern-install