From 6129b89ac8c208ced425554addc0a1a5feb8b4b7 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 6 Aug 2024 20:27:20 +0100 Subject: [PATCH] Try removing the config --- apps/sonarr/kustomization.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/sonarr/kustomization.yaml b/apps/sonarr/kustomization.yaml index 2d22e75..3bc3448 100644 --- a/apps/sonarr/kustomization.yaml +++ b/apps/sonarr/kustomization.yaml @@ -5,7 +5,7 @@ resources: - service.yaml - ingress.yaml - pvc.yaml -configMapGenerator: - - name: static-config - files: - - ./files/config.xml \ No newline at end of file +# configMapGenerator: +# - name: static-config +# files: +# - ./files/config.xml \ No newline at end of file