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 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 |
I found two issues related to the hook secret.
In the
litmus-agentchart, a secret is created with{{ include "subscriber.fullname" . }}-hookbut it is referred to using{{ include "litmus-agent.fullname" . }}-hook.If we set the values
subscriber.enabled: falsethelitmus-agentchart fails to generate the manifest because the stringsubscriber.fullnameis used in the main chart but is generated in the subchart.Ref:
litmus-helm/charts/litmus-agent/templates/secret.yaml
Line 5 in 2e2d416