---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./externalsecret.yaml
- ./dnsendpoint.yaml
- ./helmrelease.yaml
configMapGenerator:
- name: cloudflared-configmap
files:
- config.yaml=./config/config.yml
generatorOptions:
disableNameSuffixHash: true