From 7cba47002277b9fbf29b065f8ef4d186aaebc08a Mon Sep 17 00:00:00 2001 From: Lucas Weatherhog <31103312+weatherhog@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:42:22 +0200 Subject: [PATCH] test: add a brand-new YAML file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A newly added (status A) YAML file. The yaml-diff bot has no base content to diff against, so it should show the path with the "(Added — see file diff in PR for content)" note rather than a dyff. Throwaway test PR for roadmap#4121. --- .../out-of-band/configmaps/added-test-configmap.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 management-clusters/MC_NAME/organizations/ORG_NAME/workload-clusters/WC_NAME_OUT_OF_BAND_FLUX_APP/out-of-band/configmaps/added-test-configmap.yaml diff --git a/management-clusters/MC_NAME/organizations/ORG_NAME/workload-clusters/WC_NAME_OUT_OF_BAND_FLUX_APP/out-of-band/configmaps/added-test-configmap.yaml b/management-clusters/MC_NAME/organizations/ORG_NAME/workload-clusters/WC_NAME_OUT_OF_BAND_FLUX_APP/out-of-band/configmaps/added-test-configmap.yaml new file mode 100644 index 00000000..63fc3204 --- /dev/null +++ b/management-clusters/MC_NAME/organizations/ORG_NAME/workload-clusters/WC_NAME_OUT_OF_BAND_FLUX_APP/out-of-band/configmaps/added-test-configmap.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +data: + note: |- + Brand-new file added to exercise the yaml-diff bot's "added file" path. +kind: ConfigMap +metadata: + name: yaml-diff-added-file-test + namespace: default