modified: .gitea/workflows/monitoring-deploy.yaml modified: monitoring/cicd-rbac.yaml
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