Skip to content

Commit

Permalink
fix some spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Lionel Nicolas <[email protected]>
  • Loading branch information
lionelnicolas committed Jan 2, 2023
1 parent 185354a commit c87db18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Please follow [Harbor contributing guide](https://github.com/goharbor/harbor/blob/main/CONTRIBUTING.md) to learn how to make code contribution.

## Contributers
## Contributors

Thanks very much to all contributers who submitted pull requests to Helm Chart for Harbor.
Thanks very much to all contributors who submitted pull requests to Helm Chart for Harbor.

- [Paul Czarkowski @paulczar](https://github.com/paulczar)
- [Luca Innocenti Mirri @lucaim](https://github.com/lucaim)
Expand Down
2 changes: 1 addition & 1 deletion docs/High Availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ helm fetch harbor/harbor --untar

### Configuration

Configure the followings items in `values.yaml`, you can also set them as parameters via `--set` flag during running `helm install`:
Configure the following items in `values.yaml`, you can also set them as parameters via `--set` flag during running `helm install`:

- **Ingress rule**
Configure the `expose.ingress.hosts.core` and `expose.ingress.hosts.notary`.
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ notary:

database:
# if external database is used, set "type" to "external"
# and fill the connection informations in "external" section
# and fill the connection information in "external" section
type: internal
internal:
# set the service account to be used, default if left empty
Expand Down Expand Up @@ -836,7 +836,7 @@ database:

redis:
# if external Redis is used, set "type" to "external"
# and fill the connection informations in "external" section
# and fill the connection information in "external" section
type: internal
internal:
# set the service account to be used, default if left empty
Expand Down

0 comments on commit c87db18

Please sign in to comment.