theshire/.archive/kubernetes/home-automation/mosquitto/app/kustomization.yaml

15 lines
376 B
YAML
Raw Normal View History

2024-04-17 19:22:03 -05:00
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./helmrelease.yaml
- ./externalsecret.yaml
- ../../../../templates/volsync
configMapGenerator:
- name: mosquitto-configmap
files:
- config/mosquitto.conf
generatorOptions:
2024-07-14 09:13:09 -05:00
disableNameSuffixHash: true