diff --git a/metrics-deployment-values.sh b/metrics-deployment-values.sh new file mode 100755 index 0000000..20d08ff --- /dev/null +++ b/metrics-deployment-values.sh @@ -0,0 +1,126 @@ +#!/usr/bin/env bash +set -euo pipefail + +read -rsp "Grafana Cloud API token: " GF_TOKEN +echo + +helm repo add grafana https://grafana.github.io/helm-charts && + helm repo update && + helm upgrade --install --rollback-on-failure --timeout 300s grafana-k8s-monitoring grafana/k8s-monitoring \ + --version "^4" --namespace "monitoring" --create-namespace --values - <