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
The daemonset chart for cilium-agent sleep after init configuration does not watch the correct variable. In the values file, the scope for the key is agent.sleepAfterInit. In the daemonset, the chart has an if statement that is true if global.sleepAfterInit is set.