...

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

Documentation: edge-infra.dev/config/pallets/edge/ctlfish/generic

     1apiVersion: kustomize.config.k8s.io/v1beta1
     2kind: Kustomization
     3resources:
     4- gcpinfra
     5commonLabels:
     6  platform.edge.ncr.com/component: ctlfish
     7components:
     8- ../../../../components/google-app-creds/external-secret
     9- ../base
    10patches:
    11- path: patch.json
    12  target:
    13    kind: Deployment

View as plain text