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