From e2d98598e2e362e1c8b5a1a8aba7da9c5d10361f Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Sat, 19 Mar 2022 14:59:30 +0700 Subject: [PATCH] vpn: disable --- apps/system/vpn/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/system/vpn/daemonset.yaml b/apps/system/vpn/daemonset.yaml index 00a6c19..da0d340 100644 --- a/apps/system/vpn/daemonset.yaml +++ b/apps/system/vpn/daemonset.yaml @@ -21,7 +21,7 @@ spec: - matchExpressions: - key: vpn operator: In - values: ["enabled"] + values: ["disabled"] volumes: - name: vpn-conf configMap: