theshire/kubernetes/apps/database/emqx/app/kustomization.yaml

13 lines
342 B
YAML

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