Skip to content
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

Typos and correctness fixes for creds-init CLI doc #1297

Merged
merged 1 commit into from
Sep 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cmd/creds-init/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ git credential [`.git-credentials`]() file (with `-basic-git` flag).

### `-ssh-git`

This uses the `ssh-privatekey` and `know_hosts` keys of the secret to generate:
This uses the `ssh-privatekey` and `known_hosts` keys of the secret to generate:
- a `~/.ssh/id_{secret}` private key
- a `~/.ssh/config` file
- a `~/.ssh/known hosts`
- a `~/.ssh/known_hosts`

With a `Secret` that looks like:

Expand Down Expand Up @@ -46,7 +46,7 @@ The flag `-ssh-git=ssh-key=github.com` (with the environment variable
Port 22
```
- `~/.ssh/id_rsa` with the content of `ssh-privatekey` decoded
- `~/.ssh/known_hosts` with the content of `ssh-privatekey` decoded
- `~/.ssh/known_hosts` with the content of `known_hosts` decoded


### `-basic-git`
Expand Down Expand Up @@ -143,7 +143,7 @@ This uses the `config.json` key from a secret of type
`kubernetes.io/dockerconfigjson` to populate the generated docker's
`config.json` file.

### `-dokcer-cfg`
### `-docker-cfg`

This uses the `.dockercfg` key from a secret of type
`kubernetes.io/dockercfg` to populate the generated docker's
Expand Down