From e1293321e0c933499fff1015cf45ac540a3be010 Mon Sep 17 00:00:00 2001 From: Lucas Weatherhog <31103312+weatherhog@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:32:52 +0200 Subject: [PATCH] test: reorder top-level keys only (no value change) Exercises the yaml-diff bot: keys reordered, values identical. Expect dyff to report no semantic difference while yamllint key-ordering fails. Throwaway test PR for roadmap#4121. --- .../out-of-band/configmaps/configmap.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/management-clusters/MC_NAME/organizations/ORG_NAME/workload-clusters/WC_NAME_OUT_OF_BAND_FLUX_APP/out-of-band/configmaps/configmap.yaml b/management-clusters/MC_NAME/organizations/ORG_NAME/workload-clusters/WC_NAME_OUT_OF_BAND_FLUX_APP/out-of-band/configmaps/configmap.yaml index 6c1e991e..e3a5dc3c 100644 --- a/management-clusters/MC_NAME/organizations/ORG_NAME/workload-clusters/WC_NAME_OUT_OF_BAND_FLUX_APP/out-of-band/configmaps/configmap.yaml +++ b/management-clusters/MC_NAME/organizations/ORG_NAME/workload-clusters/WC_NAME_OUT_OF_BAND_FLUX_APP/out-of-band/configmaps/configmap.yaml @@ -1,4 +1,8 @@ +kind: ConfigMap apiVersion: v1 +metadata: + name: secret-to-be-created-directly-in-WC + namespace: default data: values: |- Test ConfigMap. @@ -6,7 +10,3 @@ data: I am the ${cluster_name} cluster! I belong to the ${organization} org! Encryption is possible here as well, but I am not encrypted atm. -kind: ConfigMap -metadata: - name: secret-to-be-created-directly-in-WC - namespace: default