Skip to content

Commit

Permalink
Merge pull request #289 from pbasov/main
Browse files Browse the repository at this point in the history
Fix dev-provider-apply managedcluster file name in Makefile
  • Loading branch information
Kshatrix authored Sep 10, 2024
2 parents 0314342 + fd798ea commit 8c8076e
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 @@ -300,7 +300,7 @@ dev-provider-apply: envsubst
@if [ $(DEV_PROVIDER) = "aws" ]; then \
$(MAKE) dev-aws-creds; \
fi
@NAMESPACE=$(NAMESPACE) $(ENVSUBST) -no-unset -i config/dev/$(DEV_PROVIDER)-deployment.yaml | $(KUBECTL) apply -f -
@NAMESPACE=$(NAMESPACE) $(ENVSUBST) -no-unset -i config/dev/$(DEV_PROVIDER)-managedcluster.yaml | $(KUBECTL) apply -f -

.PHONY: dev-provider-delete
dev-provider-delete: envsubst
Expand Down

0 comments on commit 8c8076e

Please sign in to comment.