From 7f7299c4438e9c66b62fde6137f320bc52dd8132 Mon Sep 17 00:00:00 2001 From: Matt Reeves <admin@mafyuh.io> Date: Tue, 18 Feb 2025 22:58:56 -0500 Subject: [PATCH] update qbitty helm release to specify subPath for wireguard configuration --- kubernetes/apps/production/arr/qbitty/helmrelease.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubernetes/apps/production/arr/qbitty/helmrelease.yaml b/kubernetes/apps/production/arr/qbitty/helmrelease.yaml index f5b04503..8215c8d5 100644 --- a/kubernetes/apps/production/arr/qbitty/helmrelease.yaml +++ b/kubernetes/apps/production/arr/qbitty/helmrelease.yaml @@ -133,4 +133,5 @@ spec: name: qbitty-wireguard defaultMode: 0400 globalMounts: - - path: /config/wireguard/ + - path: /config/wireguard/wg0.conf + subPath: wg0.conf