Skip to content

Commit

Permalink
Merge pull request netobserv#37 from eranra/fix_local_redeploy
Browse files Browse the repository at this point in the history
fix local redeploy
  • Loading branch information
KalmanMeth authored Jan 20, 2022
2 parents 3bd134f + 87e633a commit c8323a5
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 @@ -118,7 +118,7 @@ deploy: ## Deploy the image
undeploy: ## Undeploy the image
sed 's|%DOCKER_IMG%|$(DOCKER_IMG)|g;s|%DOCKER_TAG%|$(DOCKER_TAG)|g' contrib/kubernetes/deployment.yaml > /tmp/deployment.yaml
kubectl --ignore-not-found=true delete configmap flowlogs2metrics-configuration || true
kubectl --ignore-not-found=true delete -f contrib/kubernetes/deployment.yaml || true
kubectl --ignore-not-found=true delete -f /tmp/deployment.yaml || true

.PHONY: deploy-prometheus
deploy-prometheus: ## Deploy prometheus
Expand Down

0 comments on commit c8323a5

Please sign in to comment.