Skip to content

Hook secret name mismatch + Helm dependencies issue #418

@pierluigilenoci

Description

@pierluigilenoci

I found two issues related to the hook secret.

  1. In the litmus-agent chart, a secret is created with {{ include "subscriber.fullname" . }}-hook but it is referred to using {{ include "litmus-agent.fullname" . }}-hook.

  2. If we set the values subscriber.enabled: false the litmus-agent chart fails to generate the manifest because the string subscriber.fullname is used in the main chart but is generated in the subchart.

Ref:

name: {{ include "subscriber.fullname" . }}-hook

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