mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
15 lines
371 B
YAML
15 lines
371 B
YAML
---
|
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: monitoring
|
|
resources:
|
|
- ./helmrelease.yaml
|
|
- ./rbac.yaml
|
|
configMapGenerator:
|
|
- name: vector-agent-configmap
|
|
files:
|
|
- vector.yaml=./config/vector.yaml
|
|
configurations:
|
|
- ./patches/kustomizeconfig.yaml
|