From 7a58496f8210e9b3b72f87ce73f5f132fb5fd038 Mon Sep 17 00:00:00 2001 From: mbelfares Date: Wed, 10 Jun 2026 21:52:25 +0200 Subject: [PATCH] update realm --- .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 094d5cb..0f90f45 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -136,7 +136,7 @@ jobs: oauth2-proxy/oauth2-proxy \ --namespace monitoring \ -f helm/monitoring/oauth2-proxy-prometheus.yaml \ - --wait + --cleanup-on-fail - name: Deploy oauth2-proxy Alertmanager if: ${{ inputs.service == 'all' || inputs.service == 'monitoring' }} @@ -145,4 +145,4 @@ jobs: oauth2-proxy/oauth2-proxy \ --namespace monitoring \ -f helm/monitoring/oauth2-proxy-alertmanager.yaml \ - --wait \ No newline at end of file + --cleanup-on-fail \ No newline at end of file