From c4b9ce134ebeb7617037e3662296ea24b1cf2940 Mon Sep 17 00:00:00 2001 From: Bruno Willenborg Date: Mon, 26 Feb 2024 22:41:10 +0100 Subject: [PATCH] minor fix to helm docs generation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a81389..272a360 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ the repo root. ```shell docker run --rm -u $(id -u) --name helm-docs \ - --volume "$PWD/sddi-ckan/charts:/helm-docs" \ + --volume "$PWD/charts/sddi-ckan:/helm-docs" \ jnorwood/helm-docs:latest ```