...

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

Documentation: edge-infra.dev/config/pallets/fluxcd/operators/generic/gcpinfra

     1apiVersion: kustomize.config.k8s.io/v1beta1
     2kind: Kustomization
     3resources:
     4- manifests.yaml
     5components:
     6- ../../gcpinfra
     7replacements:
     8- source:
     9    kind: IAMServiceAccount
    10    options:
    11      create: true
    12  targets:
    13  - fieldPaths:
    14    - spec.serviceAccountRef.name
    15    select:
    16      kind: IAMServiceAccountKey

View as plain text