1apiVersion: kustomize.config.k8s.io/v1beta1 2kind: Kustomization 3resources: 4- databaseuser.yaml 5- manifests.yaml 6commonAnnotations: 7 cnrm.cloud.google.com/project-id: ${gcp_project_id} 8 cnrm.cloud.google.com/state-into-spec: merge
View as plain text