Files
auricom-home-cluster/kubernetes/apps/default/kromgo/app/kustomization.yaml
auricom 693868f029 🚀 kromgo
2024-01-22 13:50:19 +01:00

14 lines
368 B
YAML

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