From 684269cb842e01b4c4cd1a06653c18a5b30b19a9 Mon Sep 17 00:00:00 2001 From: Lucas Weatherhog <31103312+weatherhog@users.noreply.github.com> Date: Thu, 2 Jul 2026 13:24:21 +0200 Subject: [PATCH] test: value change to demo colourised yaml-diff output Throwaway PR to view the colourised dyff comment (roadmap#4121). Co-Authored-By: Claude Opus 4.8 (1M context) --- .../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 6c1e991e..79519eba 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,11 +1,11 @@ apiVersion: v1 data: values: |- - Test ConfigMap. + Test ConfigMap (colour demo). 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 not encrypted yet. kind: ConfigMap metadata: name: secret-to-be-created-directly-in-WC