Kube Event Tail HCVs
About #
Deprecated
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: ""