theshire/kubernetes/apps/observability/vector-aggregator/app/kustomization.yaml

13 lines
338 B
YAML
Raw Normal View History

2024-10-19 18:21:31 -05:00
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./helmrelease.yaml
configMapGenerator:
- name: vector-aggregator-configmap
files:
- vector.yaml=./resources/vector.yaml
generatorOptions:
disableNameSuffixHash: true