agile-software-engineering-25/Deploy to K8S
Deploys the application to the SAU kubernetes cluster.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 10, 2025
- License
- None
Pinned Snippet
uses: agile-software-engineering-25/deploy-to-k8s@1c20e75c8bb6eca8700bc0eaff47d0a59d5085ee # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| kubeconfig | Kubeconfig contents. Pass your repository or environment secret. | yes | — |
| namespace | Kubernetes namespace to deploy to. | yes | — |
| image | Docker image repository (without tag). | no | — |
| tag | Docker image tag to deploy. | no | — |
| deployment | Kubernetes Deployment name to update | no | — |
| additional-args | Additional arguments to pass to kubectl apply command. | no | "" |
Outputs
no outputs