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