Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kubectl): krew action does not work
The currently deployed release workflow does not work. The template file for krew does not get translated correctly. This is an attempt to fix this issue ``` 11:42 $ docker run -v $PWD/.krew/profefe.yaml:/tmp/template-file.yaml rajatjindal/krew-release-bot:v0.0.37 krew-release-bot template --tag v0.3.0 --template-file /tmp/template-file.yaml > /tmp/ciao time="2020-04-05T09:43:35Z" level=info msg="getting sha256 for https://github.com/profefe/kube-profefe/releases/download/v0.3.0/kube-profefe_v0.3.0_Darwin_x86_64.tar.gz" time="2020-04-05T09:44:03Z" level=info msg="downloaded file /tmp/266050939/1586079815" time="2020-04-05T09:44:03Z" level=info msg="getting sha256 for https://github.com/profefe/kube-profefe/releases/download/v0.3.0/kube-profefe_v0.3.0_Linux_x86_64.tar.gz" time="2020-04-05T09:44:40Z" level=info msg="downloaded file /tmp/965187230/1586079843" time="2020-04-05T09:44:40Z" level=fatal msg="failed to get plugin name from processed template.\nerr: error converting YAML to JSON: yaml: line 19: did not find expected '-' indicator" ``` Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
- Loading branch information