mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +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
|
||||
helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
||||
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]'
|
||||
```
|
||||
|
||||
|
@ -14,7 +14,7 @@ image:
|
||||
tag: 1.8.10-amd64
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
args:
|
||||
args:
|
||||
# the only arg which need's to be parse is the network id
|
||||
# which you want to join
|
||||
- "ZeroTierNetworkId"
|
||||
@ -65,7 +65,7 @@ persistence:
|
||||
tun:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
mountPath: /dev/net/tun
|
||||
mountPath: /dev/net/tun
|
||||
hostPath: /dev/net/tun
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user