From e8ff86c12062a6e0a41b969656efa57d3fe47c67 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Thu, 17 Apr 2025 17:14:54 +0300 Subject: [PATCH] revert --- .gitea/actions/k8s/action.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitea/actions/k8s/action.yaml b/.gitea/actions/k8s/action.yaml index 8b2d853..e7ceceb 100644 --- a/.gitea/actions/k8s/action.yaml +++ b/.gitea/actions/k8s/action.yaml @@ -40,16 +40,6 @@ runs: with: version: 2.13.3 command: app sync ${{ inputs.environment }} - - name: Refresh secret - uses: clowdhaus/argo-cd-action/@main - with: - version: 2.13.3 - command: app actions run ${{ inputs.environment }} refresh --kind ExternalSecret --resource-name vault-${{github.event.repository.name}} - - name: Restart service - uses: clowdhaus/argo-cd-action/@main - with: - version: 2.13.3 - command: app actions run ${{ inputs.environment }} restart --kind --resource-name ${{github.event.repository.name}} - name: Migrate if: ${{ inputs.migrate == 'true' }} uses: clowdhaus/argo-cd-action/@main