namespace: fluent-operator apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - deployment.yaml - linkerd.yaml - monitoring.yaml - namespace.yaml # Grabs the manifest for fluent operator from third party that has base deployment patched out - ../../../../third_party/k8s/fluent-operator components: # Grabs a patch that will only deploy this pallet to the server/control plane - ../../../components/edge/patches/server-preferred # Grabs a patch that prevents rescheduling if preferred node is unavailable - ../../../components/edge/patches/tolerations