forked from ab/homelab
Added syncthing
This commit is contained in:
16
k8s/apps/syncthing/kustomization.yaml
Normal file
16
k8s/apps/syncthing/kustomization.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- app.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: syncthing
|
||||
repo: https://k8s-home-lab.github.io/helm-charts
|
||||
version: latest
|
||||
releaseName: syncthing
|
||||
namespace: syncthing
|
||||
valuesFile: syncthing-values.yaml
|
||||
includeCRDs: true
|
||||
|
Reference in New Issue
Block a user