...

Text file src/edge-infra.dev/hack/build/rules/kustomize/tests/generic/gcpinfra/kustomization.yaml

Documentation: edge-infra.dev/hack/build/rules/kustomize/tests/generic/gcpinfra

     1apiVersion: kustomize.config.k8s.io/v1beta1
     2kind: Kustomization
     3resources:
     4- manifests.yaml
     5commonAnnotations:
     6  cnrm.cloud.google.com/project-id: ${gcp_project_id}
     7components:
     8- ../../gcpinfra
     9replacements:
    10- source:
    11    kind: IAMServiceAccount
    12    options:
    13      create: true
    14  targets:
    15  - fieldPaths:
    16    - spec.serviceAccountRef.name
    17    select:
    18      kind: IAMServiceAccountKey

View as plain text