Update Readme.md
All checks were successful
Lint and Publish Helm Chart / publish-helm (push) Successful in 3s

This commit is contained in:
2025-09-15 09:51:57 +00:00
parent 6efe47ddf2
commit cc1169e4e9

View File

@@ -3,7 +3,7 @@
Add the chart repo to Helm: Add the chart repo to Helm:
```bash ```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 helm repo update
``` ```
@@ -18,12 +18,12 @@ helm install duco-miner duco/duino-miner
You can view all configurable options in the chart with: You can view all configurable options in the chart with:
```bash ```bash
helm show values duco/duino-miner helm show values duco/duino-miner > my-values.yaml
``` ```
### Override username and mining key ### Override username and mining key
Create a custom `values.yaml`: `my-values.yaml`:
```yaml ```yaml
env: env:
@@ -35,7 +35,4 @@ Install the chart with your custom values:
```bash ```bash
helm install duco-miner duco/duino-miner -f my-values.yaml 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`.