...

Text file src/edge-infra.dev/config/pallets/edge/api/gke/kustomization.yaml

Documentation: edge-infra.dev/config/pallets/edge/api/gke

     1apiVersion: kustomize.config.k8s.io/v1beta1
     2kind: Kustomization
     3resources:
     4- gcpinfra
     5commonLabels:
     6  platform.edge.ncr.com/component: edge-backend
     7components:
     8- ../base
     9patches:
    10- path: workload-identity-ksa-patch.yaml
    11  target:
    12    kind: ServiceAccount

View as plain text