avinet/Deploy to Kubernetes cluster
Applies Kubernetes manifests and TOML configuration with template substitution to a cluster.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 7, 2022
- License
- MIT
Pinned Snippet
uses: avinet/k8s-deploy@c69940e31b2aefd53a49758a078b4ff7f7122ff0 # v0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The command to run. Must be 'init' or 'update'. | yes | — |
| manifests | Path to directory containing the templated manifests. | yes | — |
| values | Path to TOML values file used for variable substitution. | yes | — |
| secrets | Path to TOML secrets file used for variable substitution for variables under the secrets scope. | no | — |
| secretsFromEnv | Set to the name of an environment variable. The specified env variable must contain secrets in TOML format. | no | — |
| dryRun | If set to true, no changes are applied to the cluster. | no | false |
Outputs
no outputs