...

Text file src/edge-infra.dev/third_party/k8s/fluent-operator/delete-deployment.yaml

Documentation: edge-infra.dev/third_party/k8s/fluent-operator

     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

View as plain text