energylinx/Kube deploy
This actions deploys helm chart into kube. It supports EKS cluster (AWS).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release | Name of the helm release | yes | "" |
| chart | Path to the local chart or name of the remote chart. Not required when delete is "yes". | no | contrib/helm |
| values_file | path to the values.yml file | no | values.yml |
| aws_access_key | AWS access key with EKS access | no | "" |
| aws_secret_key | AWS secret access key with EKS access | no | "" |
| kube | Name of the kube cluster | yes | "" |
| namespace | Kubernetes namespace | no | default |
| replace | "yes" if you want to recrease the release | no | no |
| delete | "yes" if you want to just delete the release | no | no |
| set | Pass --set parameters in this format: image.tag=test,version=v1 | no | "" |
| wait | yes if you want to wait for all resources to start | no | no |
| timeout | number of seconds for --timeout parameter | no | 300 |
| region | AWS region | no | eu-west-1 |
| azure_username | Username for a valid Azure account | no | "" |
| azure_password | Password for the Azure username | no | "" |
| azure_resource_group | Resource group | no | "" |
| atomic | Remove resources in case the deployment fails | no | yes |
Outputs
no outputs