Skip to content

Helm: agent daemonset has wrong variable scope global.sleepAfterInit #11201

@seanmwinn

Description

@seanmwinn

Bug report

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.

How to reproduce the issue

  1. helm upgrade cilium cilium/cilium --set agent.sleepAfterInit=true

Actual result:

cilium agent does not sleep.

Expected result:

cilium agent sleeps

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions