Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down