diff options
| -rw-r--r-- | f3s/prometheus/Justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/prometheus/Justfile b/f3s/prometheus/Justfile index 00e8f8a..686a6a1 100644 --- a/f3s/prometheus/Justfile +++ b/f3s/prometheus/Justfile @@ -16,4 +16,4 @@ uninstall: just -f grafana-ingress/Justfile delete helm uninstall prometheus --namespace monitoring kubectl delete secret additional-scrape-configs -n monitoring || true - kubectl delete -f persistent-volumes.yaml
\ No newline at end of file + kubectl delete -f persistent-volumes.yaml |
