Skip to content

Commit

Permalink
Merge pull request #57 from pluralsh/argocd-appset
Browse files Browse the repository at this point in the history
feat: don't reconcile any resources but namespace
  • Loading branch information
davidspek authored Dec 18, 2023
2 parents 5cfdde2 + a34ddc5 commit 6ea7c74
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 261 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ TMP_DIR=$$(mktemp -d) ;\
cd $$TMP_DIR ;\
go mod init tmp ;\
echo "Downloading $(2)" ;\
GOBIN=$(PROJECT_DIR)/bin go get $(2) ;\
GOBIN=$(PROJECT_DIR)/bin go install $(2) ;\
rm -rf $$TMP_DIR ;\
}
endef
Loading

0 comments on commit 6ea7c74

Please sign in to comment.