danforys/Kubernetes Deploy Action
Updates Kubernetes resources with YTT templating.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template_dir | Location of YTT templates or Kubernetes yaml | yes | — |
| template_values | YAML string of data values to set in the templates | no | — |
| await_rollout_for_deployment | Deployment name to await a successful rollout status | no | — |
| delete | Delete all the resources in template_dir | no | — |
Outputs
| name | description |
|---|---|
| result | Output of the kubectl command run |