Skip to content

Commit

Permalink
Fix link in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Feb 9, 2024
1 parent 28313ca commit c80a3d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ helm install immudb-operator immudb-operator-charts/immudb-operator -n immudb-op
```
Congratulations ! The operator is now installed. To test it, you can deploy a basic immudb (optional):

4. Deploy an immudb database in the namespace `default`. See [immudb configuration](./configuration) for more customization.
4. Deploy an immudb database in the namespace `default`. See [immudb configuration](./configuration.md) for more customization.
```bash
kubectl apply -f https://raw.githubusercontent.com/unagex/immudb-operator/main/config/samples/v1_immudb.yaml
```
Expand Down Expand Up @@ -69,7 +69,7 @@ helm install immudb-operator immudb-operator-charts/immudb-operator -n immudb-op
```
Congratulations ! The operator is now installed. To test it, you can deploy a basic immudb (optional):

5. Deploy an immudb database in the namespace `default`. See [immudb configuration](./configuration) for more customization.
5. Deploy an immudb database in the namespace `default`. See [immudb configuration](./configuration.md) for more customization.
```bash
kubectl apply -f https://raw.githubusercontent.com/unagex/immudb-operator/main/config/samples/v1_immudb.yaml
```
Expand All @@ -92,7 +92,7 @@ helm install immudb-operator immudb-operator-charts/immudb-operator -n immudb-op
```
Congratulations ! The operator is now installed. To test it, you can deploy a basic immudb (optional):

3. Deploy an immudb database in the namespace `default`. See [immudb configuration](./configuration) for more customization.
3. Deploy an immudb database in the namespace `default`. See [immudb configuration](./configuration.md) for more customization.
```bash
kubectl apply -f https://raw.githubusercontent.com/unagex/immudb-operator/main/config/samples/v1_immudb.yaml
```
Expand All @@ -114,7 +114,7 @@ helm install immudb-operator immudb-operator-charts/immudb-operator -n immudb-op
```
Congratulations ! The operator is now installed. To test it, you can deploy a basic immudb (optional):

3. Deploy an immudb database in the namespace `default`. See [immudb configuration](./configuration) for more customization.
3. Deploy an immudb database in the namespace `default`. See [immudb configuration](./configuration.md) for more customization.
```bash
kubectl apply -f https://raw.githubusercontent.com/unagex/immudb-operator/main/config/samples/v1_immudb.yaml
```
Expand Down

0 comments on commit c80a3d7

Please # to comment.