From 464ce4b03a4a48136f7d97f72f56d25c84ef1bad Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 6 Aug 2024 20:34:51 +0100 Subject: [PATCH] Try the subpath --- apps/sonarr/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/sonarr/deployment.yaml b/apps/sonarr/deployment.yaml index 92a8730..b27a127 100644 --- a/apps/sonarr/deployment.yaml +++ b/apps/sonarr/deployment.yaml @@ -51,7 +51,8 @@ spec: - name: config mountPath: /config - name: static-config - mountPath: /config + mountPath: /config/config.xml + subPath: config.xml volumes: - name: static-config configMap: