koslib / helm-eks-action

The simplest Github Action for executing Helm commands on EKS - cluster authentication included
MIT License
61 stars 61 forks source link

Support changing directory #5

Closed andyfoston closed 3 years ago

andyfoston commented 3 years ago

This patch adds support for changing directory before running helm - without it, helm complains that it cannot find the kubeconfig file because it expects it to be in the current directory.