Some checks failed
Monitoring services CI/CD Pipeline / deploy (push) Failing after 32s
monitoring
namespace
kubectl create namespace monitoring
promtail
setup
# add repo
helm repo add grafana https://grafana.github.io/helm-charts
# Install & Upgrade
helm upgrade --install promtail grafana/promtail --namespace monitoring \
--values=./promtail/values.yaml \
--values=./promtail//values.local.yaml