Update .gitea/actions/k8s/action.yaml
This commit is contained in:
@@ -23,6 +23,9 @@ inputs:
|
||||
tests:
|
||||
type: bool
|
||||
default: false
|
||||
vault:
|
||||
type: bool
|
||||
default: false
|
||||
|
||||
runs:
|
||||
using: 'composite'
|
||||
@@ -58,6 +61,7 @@ runs:
|
||||
argocd app sync ${{ inputs.environment }} --resource apps:Deployment:$name;
|
||||
done
|
||||
- name: Refresh secret
|
||||
if: ${{ inputs.vault == 'true' }}
|
||||
uses: clowdhaus/argo-cd-action/@main
|
||||
with:
|
||||
version: 3.1.3
|
||||
|
||||
Reference in New Issue
Block a user