namespace: emergencyaccess apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./../base - gcpinfra commonAnnotations: cnrm.cloud.google.com/project-id: ${gcp_project_id} cnrm.cloud.google.com/state-into-spec: merge patches: - path: configmap-patch.yaml target: name: authservice kind: ConfigMap - path: rbac-patch.yaml target: name: ea-authservice-sa kind: ServiceAccount - path: manifests-patch.yaml target: name: authservice kind: Deployment