theshire/.archive/kubernetes/observability/thanos/app/kustomization.yaml

14 lines
356 B
YAML
Raw Normal View History

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