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
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.
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.
I found two issues related to the hook secret.
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
.If we set the values
subscriber.enabled: false
thelitmus-agent
chart fails to generate the manifest because the stringsubscriber.fullname
is used in the main chart but is generated in the subchart.Ref:
litmus-helm/charts/litmus-agent/templates/secret.yaml
Line 5 in 2e2d416
The text was updated successfully, but these errors were encountered: