dorukgezici/Helm Configure & Deploy
Configures Kubernetes config, sets up Helm and deploys Helm chart
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 21, 2024
- License
- MIT
Pinned Snippet
uses: dorukgezici/helm-deploy-action@30f48e6f765118d0486cbc6e59307577091f2846 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| kubeconfig-base64 | Kubernetes config file (base64 encoded) | yes | — |
| installation-name | Helm installation name | yes | — |
| namespace | Kubernetes namespace | yes | default |
| chart-path | Path to Helm chart | no | k8s-helm |
| wait-ready | Wait for the installation to be ready | no | false |
| extra-args | Additional arguments to pass to Helm | no | — |
| token | GitHub token | no | — |
Outputs
no outputs