1namespace: otel 2apiVersion: kustomize.config.k8s.io/v1alpha1 3kind: Component 4labels: 5- includeSelectors: true 6 pairs: 7 app: otel 8resources: 9- monitoring.yaml 10- namespace.yaml 11- otel-collector-promtargets.yaml 12- rbac.yaml 13- serviceaccount.yaml 14- gcpinfra/ 15commonAnnotations: 16 cnrm.cloud.google.com/project-id: ${gcp_project_id}