--- apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - certificate.yaml - cnpg_cluster.yaml - cnpg_pooler.yaml - gateway.yaml - httproute.yaml - namespace.yaml - services.yaml - stalwart-deployment.yaml - stalwart-hpa.yaml - vaultauth.yaml - vaultstaticsecret.yaml configMapGenerator: - name: stalwart-config files: - config.toml=resources/config.toml options: disableNameSuffixHash: true