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