From 71348ad7f571fd86278c82d5b8d6766c374c4f23 Mon Sep 17 00:00:00 2001 From: baschno Date: Mon, 2 Feb 2026 23:51:48 +0100 Subject: [PATCH] kubeprom --- 07_KubePrometheusStack/justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/07_KubePrometheusStack/justfile b/07_KubePrometheusStack/justfile index b4d8fd4..bb25b9e 100644 --- a/07_KubePrometheusStack/justfile +++ b/07_KubePrometheusStack/justfile @@ -16,4 +16,7 @@ install: @just add-helm-repo @helm upgrade --cleanup-on-fail --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \ --wait \ - -f kube-stack-config-values.yaml \ No newline at end of file + -f kube-stack-config-values.yaml + +uninstall: + helm uninstall kube-prometheus-stack \ No newline at end of file