Skip to content

Commit

Permalink
fix(docs): invalid helm link
Browse files Browse the repository at this point in the history
close #1496
  • Loading branch information
tchiotludo committed May 31, 2023
1 parent be83e65 commit c280b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ helm install akhq akhq/akhq --version 0.1.0
```sh
git clone https://github.com/tchiotludo/akhq && cd akhq/helm/akhq
```
* Update helm values located in [values.yaml](helm/akhq/values.yaml)
* Update helm values located in [values.yaml](https://github.com/tchiotludo/akhq/blob/dev/helm/akhq/values.yaml)
* `configuration` values will contains all related configuration that you can find in [application.example.yml](https://github.com/tchiotludo/akhq/blob/dev/application.example.yml) and will be store in a `ConfigMap`
* `secrets` values will contains all sensitive configurations (with credentials) that you can find in [application.example.yml](https://github.com/tchiotludo/akhq/blob/dev/application.example.yml) and will be store in `Secret`
* Both values will be merged at startup
Expand Down

0 comments on commit c280b09

Please sign in to comment.