mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
13 lines
318 B
YAML
13 lines
318 B
YAML
---
|
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: database
|
|
components:
|
|
- ../../components/common
|
|
resources:
|
|
- ./crunchy-postgres-operator/ks.yaml
|
|
- ./dragonfly/ks.yaml
|
|
- ./emqx/ks.yaml
|
|
- ./influx/ks.yaml
|