Skip to content

Commit c8323a5

Browse files
authored
Merge pull request #37 from eranra/fix_local_redeploy
fix local redeploy
2 parents 3bd134f + 87e633a commit c8323a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ deploy: ## Deploy the image
118118
undeploy: ## Undeploy the image
119119
sed 's|%DOCKER_IMG%|$(DOCKER_IMG)|g;s|%DOCKER_TAG%|$(DOCKER_TAG)|g' contrib/kubernetes/deployment.yaml > /tmp/deployment.yaml
120120
kubectl --ignore-not-found=true delete configmap flowlogs2metrics-configuration || true
121-
kubectl --ignore-not-found=true delete -f contrib/kubernetes/deployment.yaml || true
121+
kubectl --ignore-not-found=true delete -f /tmp/deployment.yaml || true
122122

123123
.PHONY: deploy-prometheus
124124
deploy-prometheus: ## Deploy prometheus

0 commit comments

Comments
 (0)