From 41d13f6dff9dbedb98a64c0661dac2d5a62774aa Mon Sep 17 00:00:00 2001 From: Derek Wang Date: Thu, 21 May 2020 23:01:31 -0700 Subject: [PATCH] fix --- charts/argo-events/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/argo-events/values.yaml b/charts/argo-events/values.yaml index 9086031a..624d7e03 100644 --- a/charts/argo-events/values.yaml +++ b/charts/argo-events/values.yaml @@ -30,14 +30,14 @@ additionalServiceAccountRules: resources: - customresourcedefinitions +# `instanceID.enabled` configures the controllers to filter the requests +# to only those which have a matching instanceID attribute. +# NOTE: If `instanceID.enabled` is set to `true` then either `instanceID.userReleaseName` +# or `instanceID.explicitID` must be defined. instanceID: - # `instanceID.enabled` configures the controllers to filter the requests - # to only those which have a matching instanceID attribute. enabled: false - # NOTE: If `instanceID.enabled` is set to `true` then either `instanceID.userReleaseName` - # or `instanceID.explicitID` must be defined. - useReleaseName: false - explicitID: unique-argo-events-controller-identifier + #useReleaseName: false + #explicitID: unique-argo-events-controller-identifier # set `singleNamespace` to false to have the controllers # listen on all namespaces. Otherwise the controllers will listen