The vendir docs have typo in spelling of dangerouSkipTLSVerify
What steps did you take:
I read the docs and used the example from the page:
- https://carvel.dev/vendir/docs/v0.34.x/vendir-spec/
where example is:
# specify wether to skip TLS verification; defaults to false (optional;v0.18.0+)
dangerouSkipTLSVerify: false
but where changed value to true.
What happened:
Obviously there is a typo here in the documentation and it should be:
dangerousSkipTLSVerify
but the wrong spelling as given in docs was silently accepted so only knew there was an issue when it didn't actually work as expected.
What did you expect:
For the docs to be correct. ;-)
Anything else you would like to add:
This needs to be fixed in all versions of vendir docs in the repo, not just latest.
- site/content/vendir/docs/*/vendir-spec.md
There are multiple places in file where needs to be fixed.
I'd like to work on this issue // @coreyti @GrahamDumpleton @praveenrewar
Thanks @duckling69! I have assigned the issue to you.
Can I work on this project?
Is this issue stlill open, if yes, I would like to work on this.
The issue was closed with #715