This commit is contained in:
baschno
2026-02-02 23:51:48 +01:00
parent 40eae4f567
commit 71348ad7f5

View File

@@ -16,4 +16,7 @@ install:
@just add-helm-repo @just add-helm-repo
@helm upgrade --cleanup-on-fail --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \ @helm upgrade --cleanup-on-fail --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \
--wait \ --wait \
-f kube-stack-config-values.yaml -f kube-stack-config-values.yaml
uninstall:
helm uninstall kube-prometheus-stack