From 968c417fee4e1537c4fe91a383bfc1ffb5983312 Mon Sep 17 00:00:00 2001 From: mohand ou idir belfares <85136127+idirbfs@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:10:06 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce003d3..d3dff06 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -124,7 +124,7 @@ jobs: - name: Install/upgrade Prometheus CRDs (server-side, hors Helm) if: ${{ inputs.service == 'all' || inputs.service == 'monitoring' }} run: | - kubectl apply --server-side --force-conflicts -f -n monitoring \ + kubectl apply --server-side --force-conflicts -f \ https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/bundle.yaml \ --field-manager=prometheus-operator @@ -154,4 +154,4 @@ jobs: oauth2-proxy/oauth2-proxy \ --namespace monitoring \ -f helm/monitoring/oauth2-proxy-alertmanager.yaml \ - --cleanup-on-fail \ No newline at end of file + --cleanup-on-fail