Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
faridco committed May 9, 2024
1 parent ddc8467 commit b6607a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aidbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ config:
```console
helm repo add aidbox https://aidbox.github.io/helm-charts

helm upgrade --install aidbox aidbox \
helm upgrade --install aidbox aidbox/aidbox \
--namespace aidbox --create-namespace \
--values /path/to/config/file
```
Expand Down
2 changes: 1 addition & 1 deletion aidbox/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ config:
```console
helm repo add aidbox https://aidbox.github.io/helm-charts

helm upgrade --install aidbox aidbox \
helm upgrade --install aidbox aidbox/aidbox \
--namespace aidbox --create-namespace \
--values /path/to/config/file
```
Expand Down
4 changes: 2 additions & 2 deletions aidboxdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ helm repo add aidbox https://aidbox.github.io/helm-charts
## Installation with the PostgreSQL default credentials

```console
helm upgrade --install aidboxdb aidboxdb \
helm upgrade --install aidboxdb aidbox/aidboxdb \
--namespace postgres --create-namespace
```

Expand All @@ -36,7 +36,7 @@ env:
and apply it
```console
helm upgrade --install aidboxdb aidboxdb \
helm upgrade --install aidboxdb aidbox/aidboxdb \
--namespace postgres --create-namespace \
--values /path/to/values.yaml
```
Expand Down
4 changes: 2 additions & 2 deletions aidboxdb/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ helm repo add aidbox https://aidbox.github.io/helm-charts
## Installation with the PostgreSQL default credentials

```console
helm upgrade --install aidboxdb aidboxdb \
helm upgrade --install aidboxdb aidbox/aidboxdb \
--namespace postgres --create-namespace
```

Expand All @@ -36,7 +36,7 @@ env:
and apply it

```console
helm upgrade --install aidboxdb aidboxdb \
helm upgrade --install aidboxdb aidbox/aidboxdb \
--namespace postgres --create-namespace \
--values /path/to/values.yaml
```
Expand Down

0 comments on commit b6607a3

Please sign in to comment.