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.
1 parent 2fc494e commit ab86263Copy full SHA for ab86263
examples/kubernetes/README.md
@@ -105,9 +105,9 @@ kubectl delete -f frontend.yml
105
106
To teardown grafana, run the following commands:
107
```
108
-kubectl delete -f ../launch/grafana-datasource-config.yml
109
-kubectl delete -f ../launch/grafanaService.yml
110
-kubectl delete -f ../launch/grafana.yml
+kubectl delete -f launch/grafana-datasource-config.yml
+kubectl delete -f launch/grafanaService.yml
+kubectl delete -f launch/grafana.yml
111
112
113
0 commit comments