We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6d95b7 + 6be5db5 commit 0c9c233Copy full SHA for 0c9c233
common/Makefile
@@ -159,7 +159,7 @@ validate-cluster: ## Do some cluster validations before installing
159
validate-schema: ## validates values files against schema in common/clustergroup
160
$(eval VAL_PARAMS := $(shell for i in ./values-*.yaml; do echo -n "$${i} "; done))
161
@echo -n "Validating clustergroup schema of: "
162
- @set -e; for i in $(VAL_PARAMS); do echo -n " $$i"; helm template common/clustergroup $(HELM_OPTS) -f "$${i}" >/dev/null; done
+ @set -e; for i in $(VAL_PARAMS); do echo -n " $$i"; helm template oci://quay.io/hybridcloudpatterns/clustergroup $(HELM_OPTS) -f "$${i}" >/dev/null; done
163
@echo
164
165
.PHONY: validate-prereq
0 commit comments