-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
yaml: mapping values are not allowed in this context #7
Comments
Can you share your code? It's hard to guess without that, but solely from the error, it sounds like you may have invalid YAML in |
@brikis98 I just cloned this repo and deleted two files which i do not need, no other changes. |
Ah this is a bug in terratest, where it is returning both stdout and stderr and the warnings are leaking in to the output. As a workaround, you can resolve this by addressing the warnings that the command is returning to you:
|
@yorinasub17 thanks, updating the .kube/config file permission resolved the issue. |
@yorinasub17 should i close the issue or wait till you PR on terratest is approved ? |
Thanks for closing the loop! PR in terratest is released and merged so closed issue. |
Getting this when running test.
Helm version - version.BuildInfo{Version:"v3.3.4", GitCommit:"a61ce5633af99708171414353ed49547cf05013d", GitTreeState:"clean", GoVersion:"go1.14.9"}
Go version - go version go1.16.2 linux/amd64
The text was updated successfully, but these errors were encountered: