...

Text file src/edge-infra.dev/config/pallets/sds/spegel/base/kustomization.yaml

Documentation: edge-infra.dev/config/pallets/sds/spegel/base

     1namespace: spegel
     2apiVersion: kustomize.config.k8s.io/v1beta1
     3kind: Kustomization
     4resources:
     5- ../../../../../third_party/k8s/spegel/base
     6- ns.yaml
     7- linkerd.yaml
     8- servicemonitor.yaml
     9commonLabels:
    10  platform.edge.ncr.com/component: 'spegel'
    11  workload.edge.ncr.com: platform
    12patches:
    13- path: daemonset.yaml
    14  target:
    15    name: spegel
    16    kind: DaemonSet

View as plain text