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