fix
This commit is contained in:
parent
525634c265
commit
41d13f6dff
1 changed files with 6 additions and 6 deletions
|
@ -30,14 +30,14 @@ additionalServiceAccountRules:
|
||||||
resources:
|
resources:
|
||||||
- customresourcedefinitions
|
- 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:
|
||||||
# `instanceID.enabled` configures the controllers to filter the requests
|
|
||||||
# to only those which have a matching instanceID attribute.
|
|
||||||
enabled: false
|
enabled: false
|
||||||
# NOTE: If `instanceID.enabled` is set to `true` then either `instanceID.userReleaseName`
|
#useReleaseName: false
|
||||||
# or `instanceID.explicitID` must be defined.
|
#explicitID: unique-argo-events-controller-identifier
|
||||||
useReleaseName: false
|
|
||||||
explicitID: unique-argo-events-controller-identifier
|
|
||||||
|
|
||||||
# set `singleNamespace` to false to have the controllers
|
# set `singleNamespace` to false to have the controllers
|
||||||
# listen on all namespaces. Otherwise the controllers will listen
|
# listen on all namespaces. Otherwise the controllers will listen
|
||||||
|
|
Loading…
Reference in a new issue