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

17 lines
462 B
YAML
Raw Normal View History

2024-09-05 03:35:08 -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
2024-10-29 17:12:17 -05:00
configMapGenerator:
- name: sabnzbd-scripts
files:
- post-process.sh=./resources/post-process.sh
generatorOptions:
disableNameSuffixHash: true
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled