1namespace: linkerdctl 2apiVersion: kustomize.config.k8s.io/v1beta1 3kind: Kustomization 4resources: 5- ../base 6- old-persistent-volume-claim.yaml 7- persistent-volume-claim.yaml 8commonLabels: 9 platform.edge.ncr.com/component: 'linkerdctl' 10components: 11- ../../../../components/edge/patches/server-preferred 12- ../../../../components/edge/patches/tolerations 13patches: 14- path: deployment-patch.yaml 15 target: 16 name: linkerdctl 17 kind: Deployment