...

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

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

     1apiVersion: kustomize.config.k8s.io/v1beta1
     2kind: Kustomization
     3resources:
     4- gcpinfra
     5commonAnnotations:
     6  cnrm.cloud.google.com/project-id: ${gcp_project_id}
     7commonLabels:
     8  platform.edge.ncr.com/component: chariot2
     9components:
    10- ../../../../components/google-app-creds/external-secret
    11- ../base
    12- ../../../../components/google-app-creds/deployment-patch

View as plain text