Skip to content

Commit

Permalink
Update the example to point to the new chart path
Browse files Browse the repository at this point in the history
  • Loading branch information
beekhof committed Oct 3, 2022
1 parent c58176b commit c37c249
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion clustergroup/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ clusterGroup:
name: acm
namespace: open-cluster-management
project: hub
path: common/acm
path: common/managedClusters
ignoreDifferences:
- group: internal.open-cluster-management.io
kind: ManagedClusterInfo
Expand Down
2 changes: 1 addition & 1 deletion examples/values-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ clusterGroup:
name: acm
namespace: open-cluster-management
project: datacenter
path: common/acm
path: common/managedClusters
ignoreDifferences:
- group: internal.open-cluster-management.io
kind: ManagedClusterInfo
Expand Down
4 changes: 2 additions & 2 deletions tests/clustergroup-normal.expected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ data:
kind: ManagedClusterInfo
name: acm
namespace: open-cluster-management
path: common/acm
path: common/managedClusters
project: datacenter
pipe:
name: pipelines
Expand Down Expand Up @@ -503,7 +503,7 @@ spec:
source:
repoURL: https://github.com/pattern-clone/mypattern
targetRevision: main
path: common/acm
path: common/managedClusters
helm:
ignoreMissingValueFiles: true
valueFiles:
Expand Down
4 changes: 2 additions & 2 deletions tests/clustergroup.expected.diff
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
+ kind: ManagedClusterInfo
+ name: acm
+ namespace: open-cluster-management
+ path: common/acm
+ path: common/managedClusters
+ project: datacenter
+ pipe:
+ name: pipelines
Expand Down Expand Up @@ -494,7 +494,7 @@
+ source:
+ repoURL: https://github.com/pattern-clone/mypattern
+ targetRevision: main
+ path: common/acm
+ path: common/managedClusters
+ helm:
+ ignoreMissingValueFiles: true
+ valueFiles:
Expand Down

0 comments on commit c37c249

Please sign in to comment.