We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bd134f + 87e633a commit c8323a5Copy full SHA for c8323a5
Makefile
@@ -118,7 +118,7 @@ deploy: ## Deploy the image
118
undeploy: ## Undeploy the image
119
sed 's|%DOCKER_IMG%|$(DOCKER_IMG)|g;s|%DOCKER_TAG%|$(DOCKER_TAG)|g' contrib/kubernetes/deployment.yaml > /tmp/deployment.yaml
120
kubectl --ignore-not-found=true delete configmap flowlogs2metrics-configuration || true
121
- kubectl --ignore-not-found=true delete -f contrib/kubernetes/deployment.yaml || true
+ kubectl --ignore-not-found=true delete -f /tmp/deployment.yaml || true
122
123
.PHONY: deploy-prometheus
124
deploy-prometheus: ## Deploy prometheus
0 commit comments