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

fix typo in generic-git-server.md #1683

Merged
merged 2 commits into from
Oct 1, 2023
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
6 changes: 3 additions & 3 deletions content/en/flux/installation/bootstrap/generic-git-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ can be done via Git push, without the need to connect to the Kubernetes cluster.

{{% alert color="danger" title="Required permissions" %}}
To bootstrap Flux, the person running the command must have **cluster admin rights** for the target Kubernetes cluster.
It is also required that the person running the command to have **push rights** to the Git repository.
It is also required that the person running the command has **push rights** to the Git repository.
{{% /alert %}}

## SSH Private Key

Run bootstrap for an exiting Git repository and authenticate with a SSH key which has pull and push access:
Run bootstrap for an existing Git repository and authenticate with a SSH key which has pull and push access:

```sh
flux bootstrap git \
Expand Down Expand Up @@ -50,7 +50,7 @@ The CLI will prompt you to add the SSH public key as a deploy key to your reposi

## SSH Agent

Run bootstrap for an exiting Git repository and authenticate with your SSH agent:
Run bootstrap for an existing Git repository and authenticate with your SSH agent:

```sh
flux bootstrap git \
Expand Down