Skip to content

Commit 5db2c7e

Browse files
committed
Update the example to point to the new chart path
1 parent d68b7c1 commit 5db2c7e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

clustergroup/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ clusterGroup:
3232
name: acm
3333
namespace: open-cluster-management
3434
project: hub
35-
path: common/acm
35+
path: common/managedClusters
3636
ignoreDifferences:
3737
- group: internal.open-cluster-management.io
3838
kind: ManagedClusterInfo

examples/values-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ clusterGroup:
3636
name: acm
3737
namespace: open-cluster-management
3838
project: datacenter
39-
path: common/acm
39+
path: common/managedClusters
4040
ignoreDifferences:
4141
- group: internal.open-cluster-management.io
4242
kind: ManagedClusterInfo

tests/clustergroup-normal.expected.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ data:
6666
kind: ManagedClusterInfo
6767
name: acm
6868
namespace: open-cluster-management
69-
path: common/acm
69+
path: common/managedClusters
7070
project: datacenter
7171
pipe:
7272
name: pipelines
@@ -503,7 +503,7 @@ spec:
503503
source:
504504
repoURL: https://github.com/pattern-clone/mypattern
505505
targetRevision: main
506-
path: common/acm
506+
path: common/managedClusters
507507
helm:
508508
ignoreMissingValueFiles: true
509509
valueFiles:

tests/clustergroup.expected.diff

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
+ kind: ManagedClusterInfo
7272
+ name: acm
7373
+ namespace: open-cluster-management
74-
+ path: common/acm
74+
+ path: common/managedClusters
7575
+ project: datacenter
7676
+ pipe:
7777
+ name: pipelines
@@ -494,7 +494,7 @@
494494
+ source:
495495
+ repoURL: https://github.com/pattern-clone/mypattern
496496
+ targetRevision: main
497-
+ path: common/acm
497+
+ path: common/managedClusters
498498
+ helm:
499499
+ ignoreMissingValueFiles: true
500500
+ valueFiles:

0 commit comments

Comments
 (0)