From eecd242aa539488c5e7d5a43c652cec2854b2a78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 16 Aug 2026 03:00:00 +0000 Subject: [PATCH] chore: update patternizer-managed files --- Makefile-common | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile-common b/Makefile-common index 36cae531..cf9b7bfe 100644 --- a/Makefile-common +++ b/Makefile-common @@ -32,6 +32,11 @@ pattern-install: load-secrets: ## Loads secrets onto the cluster (unless explicitly disabled in values-global.yaml) @$(ANSIBLE_RUN) rhvp.cluster_utils.load_secrets +##@ Debug Tasks +.PHONY: display-secrets-info +display-secrets-info: ## Display your secret material on terminal or show secret loading error. Use with caution! + @$(ANSIBLE_RUN) rhvp.cluster_utils.display_secrets_info + ##@ Validation Tasks .PHONY: validate-prereq validate-prereq: ## verify pre-requisites @@ -53,6 +58,7 @@ validate-schema: ## validates values files against schema in common/clustergroup argo-healthcheck: ## Checks if all argo applications are synced @$(ANSIBLE_RUN) rhvp.cluster_utils.argo_healthcheck +##@ Testing (CI) Tasks .PHONY: run-ci-tests run-ci-tests: ## To run ci-tests, set any needed env vars @$(ANSIBLE_RUN) rhvp.cluster_utils.run_ci_tests