inarix/ga-delete-application-argo
Delete an ArgoCD application if exists
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| argoserver | Host of the ArgoCD server | yes | — |
| application | Name of the application to delete | yes | — |
| token | ArgoCD token required to send API requests | yes | — |
Outputs
| name | description |
|---|---|
| deleted | Boolean representation of the application being deleted or not |
| reason | Reason of failure in cas of it |