mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
20 lines
578 B
YAML
20 lines
578 B
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: kube-system
|
|
components:
|
|
- ../../components/common
|
|
resources:
|
|
- ./cilium/ks.yaml
|
|
- ./coredns/ks.yaml
|
|
- ./descheduler/ks.yaml
|
|
- ./fstrim/ks.yaml
|
|
- ./intel-device-plugin/ks.yaml
|
|
- ./kubelet-csr-approver/ks.yaml
|
|
- ./metrics-server/ks.yaml
|
|
- ./node-feature-discovery/ks.yaml
|
|
- ./reloader/ks.yaml
|
|
- ./spegel/ks.yaml
|
|
- ./snapshot-controller/ks.yaml
|