forked from ab/homelab
17 lines
312 B
YAML
17 lines
312 B
YAML
![]() |
---
|
||
|
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
|
||
|
|