1namespace: emergencyaccess 2apiVersion: kustomize.config.k8s.io/v1beta1 3kind: Kustomization 4resources: 5- ./../base 6- gcpinfra 7patches: 8- path: configmap-patch.yaml 9 target: 10 name: userservice 11 kind: ConfigMap 12- path: rbac-patch.yaml 13 target: 14 name: ea-userservice-sa 15 kind: ServiceAccount 16- path: manifests-patch.yaml 17 target: 18 name: userservice 19 kind: Deployment