diff --git a/.gitea/workflows/monitoring-deploy.yaml b/.gitea/workflows/monitoring-deploy.yaml index d5f0a81..c6d76db 100644 --- a/.gitea/workflows/monitoring-deploy.yaml +++ b/.gitea/workflows/monitoring-deploy.yaml @@ -43,5 +43,5 @@ jobs: helm repo add grafana https://grafana.github.io/helm-charts # Install & Upgrade helm upgrade --install promtail grafana/promtail --namespace monitoring \ - --values=./promtail/values.yaml --set config.clients.url=${{ secrets.LOKI_URL }} + --values=./monitoring/promtail/values.yaml --set config.clients.url=${{ secrets.LOKI_URL }}