Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(shield): apply kspm_analyzer agent app name #1999

Merged
merged 3 commits into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. fix(shield): apply kspm_analyzer agent app name

    The kspm analyzer requires the 'agent_app_name' parameter to be set to
    the value given to the 'app.kubernetes.io/name' label on the host shield
    pod, which is 'shield' when installed via the shield chart.
    aroberts87 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4e7aee6 View commit details
    Browse the repository at this point in the history
  2. Update charts/shield/templates/host/_configmap_helpers.tpl

    correct source of agent_app_name value
    
    Co-authored-by: Alberto Barba <[email protected]>
    aroberts87 and AlbertoBarba committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ce63122 View commit details
    Browse the repository at this point in the history
  3. Update charts/shield/templates/host/_configmap_helpers.tpl

    fix syntax error
    
    Co-authored-by: Alberto Barba <[email protected]>
    aroberts87 and AlbertoBarba committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1c43bcb View commit details
    Browse the repository at this point in the history