...

Text file src/edge-infra.dev/config/pallets/o11y/fluent-operator/kustomization.yaml

Documentation: edge-infra.dev/config/pallets/o11y/fluent-operator

     1namespace: fluent-operator
     2apiVersion: kustomize.config.k8s.io/v1beta1
     3kind: Kustomization
     4resources:
     5- deployment.yaml
     6- linkerd.yaml
     7- monitoring.yaml
     8- namespace.yaml
     9# Grabs the manifest for fluent operator from third party that has base deployment patched out
    10- ../../../../third_party/k8s/fluent-operator
    11components:
    12# Grabs a patch that will only deploy this pallet to the server/control plane
    13- ../../../components/edge/patches/server-preferred
    14# Grabs a patch that prevents rescheduling if preferred node is unavailable
    15- ../../../components/edge/patches/tolerations

View as plain text