From c3b68ec4fd146851821d10879e72c0608bd96338 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sat, 17 Aug 2024 14:47:08 +0100 Subject: [PATCH] Remove sonarr for now --- 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 be4aed4..0d0270c 100644 --- a/apps/sonarr/kustomization.yaml +++ b/apps/sonarr/kustomization.yaml @@ -1,6 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -resources: -- deployment.yaml -- service.yaml -- ingress.yaml \ No newline at end of file +# resources: +# - deployment.yaml +# - service.yaml +# - ingress.yaml \ No newline at end of file