Skip to content

Commit

Permalink
change make dev-deploy to also build and deploy components and draconctl
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Aug 6, 2024
1 parent bc301e1 commit 28f6da9
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 @@ -210,7 +210,7 @@ deploy-tektoncd-dashboard: tektoncd-dashboard-helm
add-bitnami-repo:
@helm repo add bitnami https://charts.bitnami.com/bitnami

dev-dracon: deploy-elasticoperator deploy-arangodb-crds add-bitnami-repo dev-update-oss-components
dev-dracon: publish-containers deploy-elasticoperator deploy-arangodb-crds add-bitnami-repo dev-update-oss-components
@echo "fetching dependencies if needed"
@helm dependency build ./deploy/dracon/chart
@echo "deploying dracon in dev mode"
Expand Down

0 comments on commit 28f6da9

Please sign in to comment.