We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148353c commit 1d49e63Copy full SHA for 1d49e63
2 files changed
influxdb/Makefile
@@ -19,13 +19,13 @@ docker-push:
19
20
kube-delete: update-manifests
21
-kubectl delete -f manifests/deis-monitor-influxdb-svc.yaml
22
- -kubectl delete -f manifests/deis-monitor-proxy-pod.yaml
+ -kubectl delete -f manifests/deis-monitor-influxdb-proxy-pod.yaml
23
-kubectl delete -f manifests/deis-monitor-influxdb-rc.tmp.yaml
24
25
kube-create: update-manifests
26
kubectl create -f manifests/deis-monitor-influxdb-svc.yaml
27
kubectl create -f manifests/deis-monitor-influxdb-rc.tmp.yaml
28
- kubectl create -f manifests/deis-monitor-proxy-pod.yaml
+ kubectl create -f manifests/deis-monitor-influxdb-proxy-pod.yaml
29
30
kube-update: update-manifests
31
kubectl delete -f manifests/deis-monitor-influxdb-rc.tmp.yaml
…db/manifests/deis-monitor-proxy-pod.yaml …sts/deis-monitor-influxdb-proxy-pod.yamlinfluxdb/manifests/deis-monitor-proxy-pod.yaml renamed to influxdb/manifests/deis-monitor-influxdb-proxy-pod.yaml
0 commit comments