We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting up kubectl configuration Preparing helm execution Executing helm W1021 10:02:01.532600 10 loader.go:223] Config not found: /home/runner/work/temp/kubeconfig************ Error: Kubernetes cluster unreachable
The text was updated successfully, but these errors were encountered:
What does your workflow file look like?
Sorry, something went wrong.
This was just the error received, the actual values used in the workflow look. like this; # - name: Helm 3 # uses: WyriHaximus/[email protected] # with: # #token: '${{ github.token }}' # exec: helm upgrade ${{ env.CHART }} "./chartname/" --install --wait --atomic --namespace=${{ env.NAMESPACE }} --set=global.database.host=${{ env.DBNAME }} --set=global.database.username=${{ env.DBUSR }} --values="./chartname/values.yaml" # #kubeconfig: '${{ secrets.KUBECONFIG }}'
That's rather weird as all it does is it put the kubeconfig you give and use that to run Helm. Is your secret empty?
Could you try the following two uses?
uses
WyriHaximus/github-action-helm3@v2
WyriHaximus/github-action-helm3@master
No branches or pull requests
Setting up kubectl configuration
Preparing helm execution
Executing helm
W1021 10:02:01.532600 10 loader.go:223] Config not found: /home/runner/work/temp/kubeconfig************
Error: Kubernetes cluster unreachable
The text was updated successfully, but these errors were encountered: