From 3d96a652b481492d765fe50205767735a4aefc9a Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 6 Aug 2024 20:24:24 +0100 Subject: [PATCH] Change file path for config gen --- apps/sonarr/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sonarr/kustomization.yaml b/apps/sonarr/kustomization.yaml index ed3e311..2d22e75 100644 --- a/apps/sonarr/kustomization.yaml +++ b/apps/sonarr/kustomization.yaml @@ -8,4 +8,4 @@ resources: configMapGenerator: - name: static-config files: - - ./config.xml \ No newline at end of file + - ./files/config.xml \ No newline at end of file