From ed7ca715c3859829845bf1295b7e984fb91e493c Mon Sep 17 00:00:00 2001 From: flockoftanks Date: Thu, 2 Mar 2023 10:23:19 -0500 Subject: [PATCH] modify comment to match secret file Signed-off-by: flockoftanks --- charts/litmus-agent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/litmus-agent/values.yaml b/charts/litmus-agent/values.yaml index 632334e8..3c38cdaf 100644 --- a/charts/litmus-agent/values.yaml +++ b/charts/litmus-agent/values.yaml @@ -42,7 +42,7 @@ resources: memory: 128Mi # Custom secret name should be: -# `{{ include "litmus-agent.fullname" . }}-hook` +# `{{ include "subscriber.fullname" . }}-hook` # I.E. `name: litmus-agent-hook` # -- Use an existing hook secret instead of creating one with the chart, ref. to templates/secret.yaml useExistingHookSecret: false