File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ pattern-install:
3232load-secrets: ## Loads secrets onto the cluster (unless explicitly disabled in values-global.yaml)
3333 @$(ANSIBLE_RUN) rhvp.cluster_utils.load_secrets
3434
35+ ##@ Debug Tasks
36+ .PHONY: display-secrets-info
37+ display-secrets-info: ## Display your secret material on terminal or show secret loading error. Use with caution!
38+ @$(ANSIBLE_RUN) rhvp.cluster_utils.display_secrets_info
39+
3540##@ Validation Tasks
3641.PHONY: validate-prereq
3742validate-prereq: ## verify pre-requisites
@@ -53,6 +58,7 @@ validate-schema: ## validates values files against schema in common/clustergroup
5358argo-healthcheck: ## Checks if all argo applications are synced
5459 @$(ANSIBLE_RUN) rhvp.cluster_utils.argo_healthcheck
5560
61+ ##@ Testing (CI) Tasks
5662.PHONY: run-ci-tests
5763run-ci-tests: ## To run ci-tests, set any needed env vars
5864 @$(ANSIBLE_RUN) rhvp.cluster_utils.run_ci_tests
You can’t perform that action at this time.
0 commit comments