From dbc5b946ed326f071ab46e5ebaee4e57ee14f33d Mon Sep 17 00:00:00 2001 From: Lucas Weatherhog <31103312+weatherhog@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:32:54 +0200 Subject: [PATCH 1/2] test: value change with /no_diffs_printing opt-out Exercises the yaml-diff bot opt-out: a real value change, but the PR body carries /no_diffs_printing so the bot should skip posting. Throwaway test PR for roadmap#4121. --- .../out-of-band/configmaps/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..f073a1a6 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 @@ -9,4 +9,4 @@ data: kind: ConfigMap metadata: name: secret-to-be-created-directly-in-WC - namespace: default + namespace: monitoring From fc8b14670f8215547282957bd268109cceced028 Mon Sep 17 00:00:00 2001 From: Lucas Weatherhog <31103312+weatherhog@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:35:07 +0200 Subject: [PATCH 2/2] test: genuine value change, but opted out via /no_diffs_printing Change a line of the embedded values text so there IS a real semantic diff to suppress. Bot should still post nothing because the PR body carries /no_diffs_printing. Throwaway test PR for roadmap#4121. --- .../out-of-band/configmaps/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 f073a1a6..5942f2c9 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 @@ -5,8 +5,8 @@ data: Variable substitution still possible here. I am the ${cluster_name} cluster! I belong to the ${organization} org! - Encryption is possible here as well, but I am not encrypted atm. + Encryption is possible here as well, but I am opted out of diffs. kind: ConfigMap metadata: name: secret-to-be-created-directly-in-WC - namespace: monitoring + namespace: default