--- # yaml-language-server: $schema=https://json.schemastore.org/kustomization apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./externalsecret.yaml - ./helmrelease.yaml - ./postgresCluster.yaml configMapGenerator: - name: gatus-configmap files: - config.yaml=./resources/config.yml generatorOptions: disableNameSuffixHash: true