File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
INGRESS_NAMESPACE = "ingress"
17
17
WARGAMES_NAMESPACE_PREFIX = "wargames-"
18
18
KUBE_INTERNAL_NAMESPACES = ["kube-node-lease" , "kube-public" , "kube-system" , "kubernetes-dashboard" ]
19
- HELM_COMMAND = "helm upgrade --install --create-namespace "
19
+ HELM_COMMAND = "helm upgrade --install"
20
20
21
21
TANK_MISSION = "tank"
22
22
COMMANDER_MISSION = "commander"
103
103
"helm repo add prometheus-community https://prometheus-community.github.io/helm-charts" ,
104
104
"helm repo update" ,
105
105
f"helm upgrade --install --namespace warnet-logging --create-namespace --values { MANIFESTS_DIR } /loki_values.yaml loki grafana/loki --version 5.47.2" ,
106
- "helm upgrade --install --namespace warnet-logging promtail grafana/promtail" ,
107
- "helm upgrade --install --namespace warnet-logging prometheus prometheus-community/kube-prometheus-stack --namespace warnet-logging --set grafana.enabled=false" ,
108
- f"helm upgrade --install grafana-dashboards { CHARTS_DIR } /grafana-dashboards --namespace warnet-logging" ,
109
- f"helm upgrade --install --namespace warnet-logging loki-grafana grafana/grafana --values { MANIFESTS_DIR } /grafana_values.yaml" ,
106
+ "helm upgrade --install --namespace warnet-logging promtail grafana/promtail --create-namespace " ,
107
+ "helm upgrade --install --namespace warnet-logging prometheus prometheus-community/kube-prometheus-stack --namespace warnet-logging --create-namespace -- set grafana.enabled=false" ,
108
+ f"helm upgrade --install grafana-dashboards { CHARTS_DIR } /grafana-dashboards --namespace warnet-logging --create-namespace " ,
109
+ f"helm upgrade --install --namespace warnet-logging --create-namespace loki-grafana grafana/grafana --values { MANIFESTS_DIR } /grafana_values.yaml" ,
110
110
]
111
111
112
112
You can’t perform that action at this time.
0 commit comments