...

Text file src/edge-infra.dev/config/pallets/linkerdctl/controller/base/kustomization.yaml

Documentation: edge-infra.dev/config/pallets/linkerdctl/controller/base

     1namespace: linkerdctl
     2apiVersion: kustomize.config.k8s.io/v1beta1
     3kind: Kustomization
     4resources:
     5- deployment.yaml
     6- role.yaml
     7- servicemonitor.yaml
     8- serviceaccounts.yaml
     9- namespace.yaml
    10- crds
    11commonLabels:
    12  platform.edge.ncr.com/component: 'linkerdctl'

View as plain text