theshire/kubernetes/apps/default/plex/trakt-sync/kustomization.yaml

16 lines
425 B
YAML
Raw Normal View History

2024-10-29 06:20:20 -05:00
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./helmrelease.yaml
- ../../../../templates/volsync
configMapGenerator:
- name: plex-trakt-sync-configmap
files:
- ./resources/config.yml
generatorOptions:
disableNameSuffixHash: true
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled