...

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

Documentation: edge-infra.dev/config/pallets/edge/db

     1namespace: edge-system
     2apiVersion: kustomize.config.k8s.io/v1beta1
     3kind: Kustomization
     4resources:
     5- external-secrets.yaml
     6commonAnnotations:
     7  cnrm.cloud.google.com/project-id: ${gcp_project_id}
     8commonLabels:
     9  platform.edge.ncr.com/component: edge-api
    10components:
    11- gcpinfra

View as plain text