theshire/kubernetes/apps/observability/gatus/app/kustomization.yaml

13 lines
350 B
YAML
Raw Normal View History

2024-04-07 09:05:08 -05:00
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./externalsecret.yaml
- ./helmrelease.yaml
configMapGenerator:
- name: gatus-configmap
files:
- config.yaml=./resources/config.yml
generatorOptions:
disableNameSuffixHash: true