--- # yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: monitoring resources: - ./secret.sops.yaml - ./helmrelease.yaml patchesStrategicMerge: - ./patches/geoip.yaml configMapGenerator: - name: vector-aggregator-configmap files: - vector.yaml=./config/vector.yaml generatorOptions: disableNameSuffixHash: true