diff --git a/README.md b/README.md index 1aed8f2..416415f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This chart is used by the Validated Patterns to configure ACM and manage remote | Key | Type | Default | Description | |-----|------|---------|-------------| | acm.mce_operator | object | Uses the official redhat sources | Just used for IIB testing, drives the source and channel for the MCE subscription triggered by ACM | +| acm.mch_spec | object | `{}` | MultiClusterHub spec (empty by default) | | acm.spokeGitops.channel | string | `"gitops-1.18"` | Default gitops channel to install on remote clusters | | acm.spokeGitops.source | string | `"redhat-operators"` | | | clusterGroup | object | depends on the individual settings | Dictionary of all the clustergroups of the pattern | diff --git a/values.yaml b/values.yaml index d5c436a..7090f2c 100644 --- a/values.yaml +++ b/values.yaml @@ -63,7 +63,7 @@ clusterGroup: # value: region-two acm: - # @default -- MultiClusterHub spec (empty by default) + # -- MultiClusterHub spec (empty by default) mch_spec: {} # -- Just used for IIB testing, drives the source and channel for the MCE subscription triggered by ACM