From ccafaea8144f5f7a2bb1e454c1856fd34cf280ec Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Sat, 19 Mar 2022 14:19:38 +0700 Subject: [PATCH] vpn: update node selector --- apps/system/vpn/daemonset.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/system/vpn/daemonset.yaml b/apps/system/vpn/daemonset.yaml index 24b58e4..00a6c19 100644 --- a/apps/system/vpn/daemonset.yaml +++ b/apps/system/vpn/daemonset.yaml @@ -20,7 +20,8 @@ spec: nodeSelectorTerms: - matchExpressions: - key: vpn - operator: Exists + operator: In + values: ["enabled"] volumes: - name: vpn-conf configMap: