File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
5-
64helm repo add grafana https://grafana.github.io/helm-charts
75helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
86helm repo update
97
10- helm upgrade --install --namespace warnet-logging --create-namespace --values " ${SCRIPT_DIR} /loki/values .yaml" loki grafana/loki --version 5.47.2
8+ helm upgrade --install --namespace warnet-logging --create-namespace --values " $PWD /configs/loki_values .yaml" loki grafana/loki --version 5.47.2
119helm upgrade --install --namespace warnet-logging promtail grafana/promtail
1210helm upgrade --install --namespace warnet-logging prometheus prometheus-community/kube-prometheus-stack --namespace warnet-logging --set grafana.enabled=false
13- helm upgrade --install --namespace warnet-logging loki-grafana grafana/grafana --values " ${SCRIPT_DIR} /grafana/values .yaml"
11+ helm upgrade --install --namespace warnet-logging loki-grafana grafana/grafana --values " $PWD /configs/grafana_values .yaml"
You can’t perform that action at this time.
0 commit comments