smartlyio/krane-deploy-action

A github action to deploy services to kubernetes with https://github.com/Shopify/krane. this requires smartlyio/kubernetes-auth-action to be run first to configure acess to the cluster in use.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
currentShaCurrent source revisionyes
dockerRegistryDocker registry URIyes
kubernetesContextKubernetes context name. Usually the name of the cluster, but can be randomyes
kubernetesClusterDomainFully qualified domain name of the cluster.yes
kubernetesNamespaceKubernetes namespace name. Should be similar to service nameyes
kubernetesTemplateDirDirectory with production manifestsno./kubernetes/production
kraneSelectorLabel selector for krane-managed kubernetes assetsnosmartly.io/managed-by=krane
kranePathAlternative path to krane binary (default krane on PATH)nokrane
extraBindingsAdditional template variable bindings to use in the krane render step; formatted as a JSON object mapping binding name to value.no{}
renderOnlyOnly render templates, do not deploy. Default false (i.e. render and deploy) [true/false].nofalse
deployTimeoutGlobal timeout for krane deploy. Override this if a deployment is expected to take more than 10 minutes.no600s

no outputs