Update Readme.md
All checks were successful
Lint and Publish Helm Chart / publish-helm (push) Successful in 3s
All checks were successful
Lint and Publish Helm Chart / publish-helm (push) Successful in 3s
This commit is contained in:
@@ -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:
|
||||
@@ -36,6 +36,3 @@ 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`.
|
||||
|
||||
|
Reference in New Issue
Block a user