--- # yaml-language-server: $schema=https://json.schemastore.org/kustomization apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: networking resources: - ./rbac.yaml - ./helmrelease.yaml configMapGenerator: - name: k8s-gateway-configmap files: - ./Corefile generatorOptions: disableNameSuffixHash: true