arkhotech/EKS Deployer Action
Custom Action para desplegar EKS usando HELM
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 30, 2023
- License
- GPL 3.0
Pinned Snippet
uses: arkhotech/eks-deploy@440078a35903ddce377f3d70a5e9a6f41742b5d4 # v0.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cluster_name | Nombre del cluster EKS | yes | — |
| helm_values | Parametros a sobrescribir | no | — |
| region | Region AWS | no | us-east-1 |
| aws_access_key_id | access key | no | — |
| aws_secret_access_key | Secret access key | no | — |
| service_name | Nombre del servicio o imagen | yes | — |
| service_version | Version del container | yes | — |
| template_path | Path where Helm template is | no | tpl_service |
| pre_command | Comando que se requiere ejecutar antes del proceso | no | — |
| namespace | Namespace de despliegue | no | — |
Outputs
no outputs