Skip to content

Commit b6607a3

Browse files
committed
Fix typo
1 parent ddc8467 commit b6607a3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

aidbox/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ config:
2929
```console
3030
helm repo add aidbox https://aidbox.github.io/helm-charts
3131

32-
helm upgrade --install aidbox aidbox \
32+
helm upgrade --install aidbox aidbox/aidbox \
3333
--namespace aidbox --create-namespace \
3434
--values /path/to/config/file
3535
```

aidbox/README.md.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ config:
3030
```console
3131
helm repo add aidbox https://aidbox.github.io/helm-charts
3232

33-
helm upgrade --install aidbox aidbox \
33+
helm upgrade --install aidbox aidbox/aidbox \
3434
--namespace aidbox --create-namespace \
3535
--values /path/to/config/file
3636
```

aidboxdb/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ helm repo add aidbox https://aidbox.github.io/helm-charts
1313
## Installation with the PostgreSQL default credentials
1414

1515
```console
16-
helm upgrade --install aidboxdb aidboxdb \
16+
helm upgrade --install aidboxdb aidbox/aidboxdb \
1717
--namespace postgres --create-namespace
1818
```
1919

@@ -36,7 +36,7 @@ env:
3636
and apply it
3737
3838
```console
39-
helm upgrade --install aidboxdb aidboxdb \
39+
helm upgrade --install aidboxdb aidbox/aidboxdb \
4040
--namespace postgres --create-namespace \
4141
--values /path/to/values.yaml
4242
```

aidboxdb/README.md.gotmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ helm repo add aidbox https://aidbox.github.io/helm-charts
1313
## Installation with the PostgreSQL default credentials
1414

1515
```console
16-
helm upgrade --install aidboxdb aidboxdb \
16+
helm upgrade --install aidboxdb aidbox/aidboxdb \
1717
--namespace postgres --create-namespace
1818
```
1919

@@ -36,7 +36,7 @@ env:
3636
and apply it
3737

3838
```console
39-
helm upgrade --install aidboxdb aidboxdb \
39+
helm upgrade --install aidboxdb aidbox/aidboxdb \
4040
--namespace postgres --create-namespace \
4141
--values /path/to/values.yaml
4242
```

0 commit comments

Comments
 (0)