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

Hook secret name mismatch + Helm dependencies issue #418

Open
pierluigilenoci opened this issue Dec 4, 2024 · 2 comments
Open

Hook secret name mismatch + Helm dependencies issue #418

pierluigilenoci opened this issue Dec 4, 2024 · 2 comments

Comments

@pierluigilenoci
Copy link

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

@pierluigilenoci
Copy link
Author

@Jonsy13 @ispeakc0de @jongwooo, could you please take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant