Skip to content

Commit

Permalink
Merge pull request dana-team#196 from mzeevi/fix/changeInstallOrder
Browse files Browse the repository at this point in the history
fix: change helmfile to be installed first in Makefile
  • Loading branch information
dana-prow-ci[bot] authored Aug 14, 2024
2 parents 7bcac8e + 7ff4c05 commit ec17de5
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 ec17de5

Please sign in to comment.