Co-authored-by: Marco Franssen <[email protected]> Signed-off-by: Marco Franssen <[email protected]>
4 lines
175 B
Bash
Executable File
4 lines
175 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
helm install kube-prometheus-stack kube-prometheus-stack --version 45.7.1 --repo https://prometheus-community.github.io/helm-charts -n "$scenario" --wait
|