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
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ spec:
type: string
type: object
variant:
description: Variant is an alias for ClusterGroupName. If both are
set, they must match.
description: Variant is an alias for ClusterGroupName. Only one of
the two may be set.
type: string
required:
- gitSpec
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/patterns-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ metadata:
},
"spec": {
"clusterGroupName": "hub",
"variant": "hub",
"gitSpec": {
"targetRepo": "https://github.com/validatedpatterns/multicloud-gitops",
"targetRevision": "main"
Expand Down Expand Up @@ -68,7 +67,8 @@ spec:
path: extraParameters[0].value
- displayName: Cluster Group Name
path: clusterGroupName
- description: Alias for Cluster Group Name
- description: Variant is an alias for ClusterGroupName. Only one of the two
may be set.
displayName: Variant
path: variant
- displayName: Git Config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ spec:
path: extraParameters[0].value
- displayName: Cluster Group Name
path: clusterGroupName
- description: Alias for Cluster Group Name
- description: Variant is an alias for ClusterGroupName. Only one of the two
may be set.
displayName: Variant
path: variant
- displayName: Git Config
Expand Down