You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for nodeSelector, tolerations and affinity for events. These labels and settings are configurable for each stack in the charts except for "events".
# -- Node labels for events stack deployment.
nodeSelector: {}
# -- Toleration labels for events stack deployment.
tolerations: []
# -- Affinity settings for events stack deployment.
affinity: {}
The text was updated successfully, but these errors were encountered:
Proposed change
Add support for
nodeSelector
,tolerations
andaffinity
forevents
. These labels and settings are configurable for each stack in the charts except for "events".The text was updated successfully, but these errors were encountered: