Kube Event Tail HCVs

About

warning icon Deprecated
Kube Event Tail is deprecated as of 2.11.

Kube Event Tail deploys a lightweight app that watches Kubernetes events and echoes them into logs.

Values

# DEPRECATED as of 2.11
kubeEventTail:
  # Deploys a lightweight app that watches kubernetes events and echos them to logs.
  enabled: false
  # clusterScope determines whether kube-event-tail should watch all events or just events in its namespace.
  clusterScope: false
  image:
    repository: ""
    pullPolicy: ""
    tag: ""
  resources:
    limits:
      cpu: ""
      memory: ""
    requests:
      cpu: ""
      memory: ""