theshire/kubernetes/apps/default/recyclarr/app/kustomization.yaml

15 lines
394 B
YAML
Raw Normal View History

2024-09-05 05:40:23 -05:00
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./externalsecret.yaml
- ./helmrelease.yaml
- ../../../../templates/volsync
configMapGenerator:
- name: recyclarr-configmap
files:
- recyclarr.yml=./resources/recyclarr.yml
generatorOptions:
disableNameSuffixHash: true