--- apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: default resources: - ./helmrelease.yaml patchesStrategicMerge: - ./patches/postgres.yaml configMapGenerator: - name: sharry files: - ./config/sharry.conf generatorOptions: disableNameSuffixHash: true