--- # 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