theshire/kubernetes/apps/observability/gatus/app/kustomization.yaml
2024-04-07 09:05:15 -05:00

14 lines
No EOL
394 B
YAML

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