2024-01-12 13:34:23 -06:00
|
|
|
---
|
|
|
|
# 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:
|
2024-09-04 13:35:14 -05:00
|
|
|
- config.yaml=./config/config.yml
|
2024-01-12 13:34:23 -06:00
|
|
|
generatorOptions:
|
|
|
|
disableNameSuffixHash: true
|