mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
18 lines
503 B
YAML
18 lines
503 B
YAML
---
|
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ./externalsecret.yaml
|
|
- ./helmrelease.yaml
|
|
- ../../../../components/volsync
|
|
configMapGenerator:
|
|
- name: recyclarr-configmap
|
|
files:
|
|
- recyclarr.yml=./config/recyclarr.yml
|
|
- settings.yml=./config/settings.yml
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
annotations:
|
|
kustomize.toolkit.fluxcd.io/substitute: disabled
|