From 50cf287f6c98f6ba4f00e721862c0711cc1fa7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Tue, 22 Nov 2022 02:43:20 +0100 Subject: [PATCH] Fix broken link to Helm chart values YAML in deployment README --- deployment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/README.md b/deployment/README.md index 0a22c156..5a1122a3 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -10,7 +10,7 @@ Helm, or want to inspect a 'bare minimum' deployment. The manifests in this are generated from the Helm chart automatically. The `values.yaml` files used to configure `keel` can be found in -[`values`](./values/). +[`values`](../chart/keel/values.yaml). They are automatically generated by running `./deployment/scripts/gen-deploy.sh`.