From d31f5cd80d2d58370d696a5d2377b88b6a1d87b5 Mon Sep 17 00:00:00 2001 From: nikolamilosa Date: Fri, 18 Apr 2025 00:26:03 +0200 Subject: [PATCH] fix: adding vector to automatic updates --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f3cdade45..ed519ba5b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -119,7 +119,7 @@ jobs: if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' }} uses: ./.github/workflows/update-k8s-deployments with: - files-to-update: bases/apps/mainnet-dashboard/backend/base/deployment.yaml bases/apps/mainnet-dashboard/statefulset-slack.yaml bases/apps/service-discovery/service-discovery.yaml .github/workflows/dre-vector-configs.yaml + files-to-update: bases/apps/mainnet-dashboard/backend/base/deployment.yaml bases/apps/mainnet-dashboard/statefulset-slack.yaml bases/apps/service-discovery/service-discovery.yaml .github/workflows/dre-vector-configs.yaml bases/apps/vector/vector.yaml push-token: ${{ secrets.K8S_API_TOKEN }} component: containers