Files
homelab/k8s/apps/syncthing/kustomization.yaml

24 lines
523 B
YAML
Raw Normal View History

2025-04-13 16:05:41 +01:00
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
helmCharts:
- name: syncthing
repo: https://k8s-home-lab.github.io/helm-charts
2025-04-13 19:17:41 +01:00
version: 4.0.0
2025-06-18 13:21:29 +01:00
releaseName: syncthing-master
2025-04-13 16:05:41 +01:00
namespace: syncthing
2025-06-18 13:21:29 +01:00
valuesFile: syncthing-master.yaml
2025-04-13 16:05:41 +01:00
includeCRDs: true
2025-06-18 13:21:29 +01:00
- 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