Remove prometheus helm chart

This commit is contained in:
Amarpreet Minhas 2023-07-08 15:35:39 -04:00
parent 0d63938366
commit e5130147da

View file

@ -1,12 +0,0 @@
#!/bin/bash
CHART_VERSION=43.2.1
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
helm upgrade --install \
prometheus \
prometheus-community/kube-prometheus-stack \
-n prometheus \
--version ${CHART_VERSION} \
--create-namespace \
--cleanup-on-fail