1namespace: fim 2apiVersion: kustomize.config.k8s.io/v1beta1 3kind: Kustomization 4resources: 5- manifests.yaml 6- statefulset.yaml 7- service.yaml 8- config.yaml 9- filter.yaml 10- patch-job.yaml 11- role.yaml 12patches: 13- path: patch.json 14 target: 15 kind: Service