From 66cbe73415086e273f586095417cdf8fa48edb55 Mon Sep 17 00:00:00 2001 From: Nancy Butler <42977925+mantis-toboggan-md@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:08:31 -0800 Subject: [PATCH] change configmap test data --- cluster0/test-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster0/test-configmap.yaml b/cluster0/test-configmap.yaml index d94edb4..e4473e2 100644 --- a/cluster0/test-configmap.yaml +++ b/cluster0/test-configmap.yaml @@ -9,6 +9,6 @@ metadata: {} # key: string data: - key1: val1 + key1: this has been changed key2: val2 key3: val3 \ No newline at end of file