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