Skip to content

Commit

Permalink
fix: change helmfile to be installed first in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: mzeevi <meytar80@gmail.com>
  • Loading branch information
mzeevi committed Aug 14, 2024
1 parent 7bcac8e commit 7ff4c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ uninstall-crossplane-scc: ## Uninstall crossplane rbac from the kind cluster
kubectl delete -f $(CROSSPLANE_SCC_CRB)

.PHONY: install-prereq-helmfile
install-prereq-helmfile: helm helm-plugins helmfile
install-prereq-helmfile: helmfile helm helm-plugins
${HELMFILE} apply -f $(PREREQ_HELMFILE) \
--state-values-set providerDNSRealmName=${PROVIDER_DNS_REALM} \
--state-values-set providerDNSKDCName=${PROVIDER_DNS_KDC} \
Expand Down

0 comments on commit 7ff4c05

Please sign in to comment.