From b44e291dcab2a82fa79e30aa7b06c1f1a9082cb9 Mon Sep 17 00:00:00 2001 From: Meno Abels Date: Wed, 8 Jun 2022 13:34:31 +0200 Subject: [PATCH] [zerotier] chore: remove trailing spaces --- charts/incubator/zerotier/README.md | 2 +- charts/incubator/zerotier/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/zerotier/README.md b/charts/incubator/zerotier/README.md index 0bf0f552..5bf30c5e 100644 --- a/charts/incubator/zerotier/README.md +++ b/charts/incubator/zerotier/README.md @@ -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]' ``` diff --git a/charts/incubator/zerotier/values.yaml b/charts/incubator/zerotier/values.yaml index f38c799f..670a4e24 100644 --- a/charts/incubator/zerotier/values.yaml +++ b/charts/incubator/zerotier/values.yaml @@ -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