--- apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - namespace.yaml - serviceaccount.yaml - role.yaml - rolebinding.yaml - statefulset.yaml - service.yaml - service_headless.yaml - gateway.yaml - httproute.yaml configMapGenerator: - name: vault-config files: - resources/vault.hcl options: disableNameSuffixHash: true