From cc1169e4e93f73983bfbceca77975e7161afdffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Mon, 15 Sep 2025 09:51:57 +0000 Subject: [PATCH] Update Readme.md --- Readme.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index 75681d5..2886865 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ Add the chart repo to Helm: ```bash -helm repo add duco https://git.kopic.hr/api/packages/tomislav/helm/api/charts +helm repo add duco https://git.kopic.hr/api/packages/tomislav/helm helm repo update ``` @@ -18,12 +18,12 @@ helm install duco-miner duco/duino-miner You can view all configurable options in the chart with: ```bash -helm show values duco/duino-miner +helm show values duco/duino-miner > my-values.yaml ``` ### Override username and mining key -Create a custom `values.yaml`: +`my-values.yaml`: ```yaml env: @@ -35,7 +35,4 @@ Install the chart with your custom values: ```bash helm install duco-miner duco/duino-miner -f my-values.yaml -``` - -You can also override other environment variables in `values.yaml` as needed, such as `DUCO_THREADS`, `DUCO_INTENSITY`, or `DUCO_START_DIFF`. - +``` \ No newline at end of file