mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[zerotier] chore: remove trailing spaces
This commit is contained in:
parent
cc6fb796da
commit
b44e291dca
@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
```console
|
```console
|
||||||
helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
||||||
helm repo update
|
helm repo update
|
||||||
helm install zerotier k8s-at-home/zerotier --set
|
helm install zerotier k8s-at-home/zerotier --set
|
||||||
'args={ZeroTierNetworkId}' --set 'image.tag=1.8.10-[arm64|amd64]'
|
'args={ZeroTierNetworkId}' --set 'image.tag=1.8.10-[arm64|amd64]'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ image:
|
|||||||
tag: 1.8.10-amd64
|
tag: 1.8.10-amd64
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
# the only arg which need's to be parse is the network id
|
# the only arg which need's to be parse is the network id
|
||||||
# which you want to join
|
# which you want to join
|
||||||
- "ZeroTierNetworkId"
|
- "ZeroTierNetworkId"
|
||||||
@ -65,7 +65,7 @@ persistence:
|
|||||||
tun:
|
tun:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
mountPath: /dev/net/tun
|
mountPath: /dev/net/tun
|
||||||
hostPath: /dev/net/tun
|
hostPath: /dev/net/tun
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user