From c280b093116ca4d89e1480358fff6f48fd82d2ae Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Wed, 31 May 2023 09:16:15 +0200 Subject: [PATCH] fix(docs): invalid helm link close #1496 --- docs/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 2e100cba8..735fb1fd1 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -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