avinet/Deploy to Kubernetes cluster

Applies Kubernetes manifests and TOML configuration with template substitution to a cluster.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 7, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: avinet/k8s-deploy@c69940e31b2aefd53a49758a078b4ff7f7122ff0 # v0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
commandThe command to run. Must be 'init' or 'update'.yes
manifestsPath to directory containing the templated manifests.yes
valuesPath to TOML values file used for variable substitution.yes
secretsPath to TOML secrets file used for variable substitution for variables under the secrets scope.no
secretsFromEnvSet to the name of an environment variable. The specified env variable must contain secrets in TOML format.no
dryRunIf set to true, no changes are applied to the cluster.nofalse

no outputs