From 2b5e76e24d212b4900a5826c6b1497d305d85435 Mon Sep 17 00:00:00 2001 From: ab Date: Mon, 2 Feb 2026 15:29:53 +0000 Subject: [PATCH] Update k8s/apps/syncthing/kustomization.yaml --- k8s/apps/syncthing/kustomization.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/k8s/apps/syncthing/kustomization.yaml b/k8s/apps/syncthing/kustomization.yaml index 3b2e879..9ea1ef9 100644 --- a/k8s/apps/syncthing/kustomization.yaml +++ b/k8s/apps/syncthing/kustomization.yaml @@ -16,18 +16,18 @@ helmCharts: valuesFile: syncthing-master.yaml includeCRDs: true - - name: syncthing - repo: https://k8s-home-lab.github.io/helm-charts - version: 4.0.0 - releaseName: syncthing-khv - namespace: syncthing - valuesFile: syncthing-khv.yaml - includeCRDs: true - - name: syncthing repo: https://k8s-home-lab.github.io/helm-charts version: 4.0.0 releaseName: syncthing-nas namespace: syncthing valuesFile: syncthing-nas.yaml - includeCRDs: true \ No newline at end of file + includeCRDs: true + +# - name: syncthing +# repo: https://k8s-home-lab.github.io/helm-charts +# version: 4.0.0 +# releaseName: syncthing-khv +# namespace: syncthing +# valuesFile: syncthing-khv.yaml +# includeCRDs: true \ No newline at end of file