From 6577c14d6f4ca0018d5d7ba721eed4cf23d0b6f8 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 27 Feb 2024 14:06:55 +0100 Subject: [PATCH] Edit example with a path for a configuration #45 --- samples/configtest/k8s_v1_blueprint_add_config.yaml | 2 +- samples/configtest/k8s_v1_blueprint_remove_config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/configtest/k8s_v1_blueprint_add_config.yaml b/samples/configtest/k8s_v1_blueprint_add_config.yaml index 5f00c5ca..807e2076 100644 --- a/samples/configtest/k8s_v1_blueprint_add_config.yaml +++ b/samples/configtest/k8s_v1_blueprint_add_config.yaml @@ -49,7 +49,7 @@ spec: "postgresql": { "config": { "present": { - "key1": "value1", + "key1/path/test": "value1", "key2": "value2" } }, diff --git a/samples/configtest/k8s_v1_blueprint_remove_config.yaml b/samples/configtest/k8s_v1_blueprint_remove_config.yaml index f2859969..26d730da 100644 --- a/samples/configtest/k8s_v1_blueprint_remove_config.yaml +++ b/samples/configtest/k8s_v1_blueprint_remove_config.yaml @@ -49,9 +49,9 @@ spec: "postgresql": { "config": { "present": { - "key1": "value1" + "key2": "value2" }, - "absent": ["key2"] + "absent": ["key1/path/test"] }, "sensitiveConfig": { "present": {