1apiVersion: apps/v1 2kind: Deployment 3metadata: 4 name: fluent-operator 5 namespace: fluent 6$patch: delete 7# This deletes the deployment from the manifest file as the base image contains fluentd. 8# we DO NOT want fluentd resources so we will use kustomize to attach a new deployment 9# to the manifest in the fluent-operator pallet