...

Text file src/edge-infra.dev/config/pallets/edge/edge-agent/client/generic/gcpinfra/kustomization.yaml

Documentation: edge-infra.dev/config/pallets/edge/edge-agent/client/generic/gcpinfra

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

View as plain text