actions-marketplace-validations/gke-argo
Trigger an Argo Workflow on GKE
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| argo_url | The endpoint where your Argo UI is hosted. This is used to build the link for dashboard of unique runs. | yes | — |
| application_credentials | base64 encoded GCP application credentials (https://cloud.google.com/sdk/docs/authorizing) | — | — |
| project_id | name of the GCP Project where the GKE K8s cluster resides. | — | — |
| location_zone | The location-zone where your GKE K8s cluster resides, for example `us-west1-a` | — | — |
| cluster_name | The name of your GKE K8s cluster | — | — |
| workflow_yaml_path | The full path name including the filename of the YAML file that describes the workflow you want to run on Argo. This should be relative to the root of the GitHub repository where the Action is triggered. | — | — |
| parameter_file_path | Parameter file that allows you to change variables in your workflow file. | — | "" |
| sha | Supply a SHA for the run-id, otherwise uses the $GITHUB_SHA | — | "" |
Outputs
| name | description |
|---|---|
| WORKFLOW_URL | URL that is a link to the current run in Argo. |