remove indent
This commit is contained in:
parent
4b23d4cffc
commit
2d5d38e47d
3 changed files with 11 additions and 11 deletions
|
@ -30,13 +30,13 @@ additionalServiceAccountRules:
|
||||||
resources:
|
resources:
|
||||||
- customresourcedefinitions
|
- customresourcedefinitions
|
||||||
|
|
||||||
|
instanceID:
|
||||||
# `instanceID.enabled` configures the controllers to filter the requests
|
# `instanceID.enabled` configures the controllers to filter the requests
|
||||||
# to only those which have a matching instanceID attribute.
|
# to only those which have a matching instanceID attribute.
|
||||||
|
enabled: false
|
||||||
# NOTE: If `instanceID.enabled` is set to `true` then either `instanceID.userReleaseName`
|
# NOTE: If `instanceID.enabled` is set to `true` then either `instanceID.userReleaseName`
|
||||||
# or `instanceID.explicitID` must be defined.
|
# or `instanceID.explicitID` must be defined.
|
||||||
instanceID:
|
# useReleaseName: true
|
||||||
enabled: false
|
|
||||||
# useReleaseName: false
|
|
||||||
# explicitID: unique-argo-events-controller-identifier
|
# explicitID: unique-argo-events-controller-identifier
|
||||||
|
|
||||||
# set `singleNamespace` to false to have the controllers
|
# set `singleNamespace` to false to have the controllers
|
||||||
|
|
Loading…
Reference in a new issue