--- # 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: - ./objectbucketclaim.yaml - ./helmrelease.yaml - ./pushsecret.yaml configMapGenerator: - name: thanos-cache-configmap files: - cache.yaml=./resources/cache.yaml generatorOptions: disableNameSuffixHash: true