From 4b4d27b264f09973e58225cc2a1c3b6bcd560dbc Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Tue, 15 Apr 2025 08:51:39 +0530 Subject: [PATCH] fix: correct environment variable name to OPENVPN_USER in gluetun deployment --- cluster/apps/gluetun/gluetun.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/gluetun/gluetun.yml b/cluster/apps/gluetun/gluetun.yml index 00198ff..5cec354 100644 --- a/cluster/apps/gluetun/gluetun.yml +++ b/cluster/apps/gluetun/gluetun.yml @@ -30,7 +30,7 @@ spec: secretKeyRef: name: openvpn-secrets key: OPENVPN_PASSWORD - - name: OPENVPN_USERNAME + - name: OPENVPN_USER valueFrom: secretKeyRef: name: openvpn-secrets