From 970f7be74bf4ea63f86028266c38892c0e8b985a Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Sat, 19 Mar 2022 22:59:48 +0700 Subject: [PATCH] vpn: enable --- 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 da0d340..00a6c19 100644 --- a/apps/system/vpn/daemonset.yaml +++ b/apps/system/vpn/daemonset.yaml @@ -21,7 +21,7 @@ spec: - matchExpressions: - key: vpn operator: In - values: ["disabled"] + values: ["enabled"] volumes: - name: vpn-conf configMap: