cybersamx/Helm Deployment to EKS
Github Action for deploying applications to a EKS cluster using Helm 3 and an AWS access key (no kubeconfig).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 4, 2021
- License
- MIT
Pinned Snippet
uses: cybersamx/eks-helm-action@9567cb83d7555143f8dac7a6c915a2bb28b23f68 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | The AWS_ACCESS_KEY_ID with permissions to access EKS. | yes | — |
| aws_secret_access_key | The AWS_ACCESS_KEY_SECRET with permissions to access EKS. | yes | — |
| aws_region | The region hosting EKS. | yes | — |
| cluster_name | The name of EKS cluster. | yes | — |
| command | Shell commands to run. | yes | — |
Outputs
| name | description |
|---|---|
| result | The output of the command execution. |