diff --git a/clustergroup/test.yaml b/clustergroup/test.yaml index 5db2e4a6c..de3f8e497 100644 --- a/clustergroup/test.yaml +++ b/clustergroup/test.yaml @@ -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 diff --git a/examples/values-example.yaml b/examples/values-example.yaml index 81bbcf109..cb3e99c0f 100644 --- a/examples/values-example.yaml +++ b/examples/values-example.yaml @@ -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 diff --git a/tests/clustergroup-normal.expected.yml b/tests/clustergroup-normal.expected.yml index 9c7966ead..8fbd481fa 100644 --- a/tests/clustergroup-normal.expected.yml +++ b/tests/clustergroup-normal.expected.yml @@ -66,7 +66,7 @@ data: kind: ManagedClusterInfo name: acm namespace: open-cluster-management - path: common/acm + path: common/managedClusters project: datacenter pipe: name: pipelines @@ -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: diff --git a/tests/clustergroup.expected.diff b/tests/clustergroup.expected.diff index 4efa0e967..418a8e8a8 100644 --- a/tests/clustergroup.expected.diff +++ b/tests/clustergroup.expected.diff @@ -71,7 +71,7 @@ + kind: ManagedClusterInfo + name: acm + namespace: open-cluster-management -+ path: common/acm ++ path: common/managedClusters + project: datacenter + pipe: + name: pipelines @@ -494,7 +494,7 @@ + source: + repoURL: https://github.com/pattern-clone/mypattern + targetRevision: main -+ path: common/acm ++ path: common/managedClusters + helm: + ignoreMissingValueFiles: true + valueFiles: