rbjoergensen/helm-deploy-eks
Run a helm command against an EKS cluster using an access and secret key
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Your command (kubectl or helm) | yes | — |
| access_key | AWS Access Key | yes | — |
| secret_key | AWS Secret Key | yes | — |
| region | The region the cluster is deployed in | yes | — |
| cluster_name | The name of the EKS cluster | yes | — |
Outputs
| name | description |
|---|---|
| result | Output returned by your Helm or kubectl command |