From 3940ad2fcf6fd48008af2fbd99daea0013210da5 Mon Sep 17 00:00:00 2001 From: aesoft <43991222+aeppling@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:06:34 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 85b0eb8..0fe37b8 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,11 @@ hostConfigFolder: tmpconfig uselocalRules: true ``` +or when installing the chart + +```yaml + helm install kexa-helm kexa/kexa -n kexa --set hostConfigPath="/mnt/host/c/your/path/to/tmpconfig" --set uselocalRules=true +``` ## Install the chart From 56d8c21a6b4b1e6d4a33fad57085c7b759ef0eec Mon Sep 17 00:00:00 2001 From: aesoft <43991222+aeppling@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:22:13 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe37b8..3b733ef 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ uselocalRules: true or when installing the chart ```yaml - helm install kexa-helm kexa/kexa -n kexa --set hostConfigPath="/mnt/host/c/your/path/to/tmpconfig" --set uselocalRules=true + helm install kexa-helm kexa/kexa -n kexa --set hostConfigPath="/mnt/host/c/your/path/to/tmpconfig" --set uselocalRules="true" ``` ## Install the chart @@ -134,3 +134,5 @@ Now you can schedule Kexa as you wish through Cronicle *Read the instructions in your console!* + +