...

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

Documentation: edge-infra.dev/config/pallets/plank/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}
     7commonLabels:
     8  platform.edge.ncr.com/component: plank
     9components:
    10- ../../gcpinfra
    11replacements:
    12- source:
    13    kind: IAMServiceAccount
    14    options:
    15      create: true
    16  targets:
    17  - fieldPaths:
    18    - spec.serviceAccountRef.name
    19    select:
    20      kind: IAMServiceAccountKey

View as plain text