[zerotier] chore: remove trailing spaces

This commit is contained in:
Meno Abels 2022-06-08 13:34:31 +02:00
parent cc6fb796da
commit b44e291dca
No known key found for this signature in database
GPG Key ID: F4A22D43CFBC68FB
2 changed files with 3 additions and 3 deletions

View File

@ -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]'
```

View File

@ -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