mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
14 lines
328 B
YAML
14 lines
328 B
YAML
---
|
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: default
|
|
resources:
|
|
- ./backups
|
|
- ./helmrelease.yaml
|
|
- ./prometheusrule.yaml
|
|
- ./volume.yaml
|
|
patchesStrategicMerge:
|
|
- ./patches/env.yaml
|
|
- ./patches/exporter.yaml
|