From 5db2c7e1e159db4901dfe48733365b53ec191a29 Mon Sep 17 00:00:00 2001 From: Andrew Beekhof Date: Mon, 3 Oct 2022 14:04:49 +1100 Subject: [PATCH] Update the example to point to the new chart path --- clustergroup/test.yaml | 2 +- examples/values-example.yaml | 2 +- tests/clustergroup-normal.expected.yml | 4 ++-- tests/clustergroup.expected.diff | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clustergroup/test.yaml b/clustergroup/test.yaml index 5db2e4a6..de3f8e49 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 81bbcf10..cb3e99c0 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 9c7966ea..8fbd481f 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 4efa0e96..418a8e8a 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: