Skip to content

Github action for executing Helm 3 command. Can be used for Amazon EKS with aws-iam-authenticator

Notifications You must be signed in to change notification settings

yeouchien/helm3-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Helm 3 docker action

This action run helm command in docker with provided KUBE_CONFIG_DATA and optional AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY.

Inputs

command

Required helm command to execute

Environment

  • KUBE_CONFIG_DATA -- Required A base64-encoded kubeconfig. i.e. cat ~/.kube/config | base64 | pbcopy

Example usage

uses: yeouchien/helm3-action
with:
  command: 'list'
env:
  KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
  AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
  AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

About

Github action for executing Helm 3 command. Can be used for Amazon EKS with aws-iam-authenticator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published