20 lines
463 B
YAML
20 lines
463 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
# MetalLB configuration
|
|
# Miscellanous basic configuration
|
|
# NFS client configuration
|
|
# Longhorn installation and configuration
|
|
# SOPS operator for secret management on the fly
|
|
# Traefik configuration
|
|
# Argo installation and configuration
|
|
resources:
|
|
- ../../metallb
|
|
- ../../res
|
|
- ../../longhorn
|
|
- ../../sops-operator
|
|
#- ../../traefik
|
|
- ../../cert-manager
|
|
- ../../argo
|
|
#- ../../calico
|