Skip to content

Commit f216d60

Browse files
chore: update patternizer-managed files
1 parent c465dfc commit f216d60

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile-common

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ pattern-install:
3232
load-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
3742
validate-prereq: ## verify pre-requisites
@@ -53,6 +58,7 @@ validate-schema: ## validates values files against schema in common/clustergroup
5358
argo-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
5763
run-ci-tests: ## To run ci-tests, set any needed env vars
5864
@$(ANSIBLE_RUN) rhvp.cluster_utils.run_ci_tests

0 commit comments

Comments
 (0)