actions-marketplace-validations/DigitalOcean kubectl Action
DigitalOcean kubectl image Update by using Github Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| do_access_token | Access token for accessing the doctl. | yes | — |
| do_cluster_certificate | Cluster certificate for accessing the kubectl. | yes | — |
| do_deployment_name | App deployment name. | yes | — |
| do_deployment_type | App deployment type. | no | deployment |
| do_namespace | App namespace name. | no | default |
| do_container_name | App container name. | yes | — |
| do_image_tag | App build image and tag. | yes | — |
| stdin | File to read and pass as stdin to kubectl | no | — |
| args | The arguments that you want to pass through to the kubectl command | yes | — |
Outputs
| name | description |
|---|---|
| kubectl-out | The output of the kubectl command |