...

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

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

     1namespace: fluent-operator
     2apiVersion: kustomize.config.k8s.io/v1beta1
     3kind: Kustomization
     4resources:
     5- manifests.yaml
     6patchesStrategicMerge:
     7- delete-deployment.yaml
     8patches:
     9  # Add RBAC rules to the operator for kubelet
    10  # Manually updated; cross-check with the manifest
    11  # Update for new additions during version upgrades
    12  - path: clusterrole-update.yaml
    13    target:
    14      kind: ClusterRole
    15      name: fluent-operator

View as plain text