From dcdc855bc9507750e860b02ce6bf7249dfd3c3b1 Mon Sep 17 00:00:00 2001 From: Miskiewicz Date: Tue, 25 Jun 2024 13:15:36 +0200 Subject: [PATCH] wip --- .../provisioning/create_runtime_for_own_cluster_step_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/process/provisioning/create_runtime_for_own_cluster_step_test.go b/internal/process/provisioning/create_runtime_for_own_cluster_step_test.go index 71e8b07820..e92825a28b 100644 --- a/internal/process/provisioning/create_runtime_for_own_cluster_step_test.go +++ b/internal/process/provisioning/create_runtime_for_own_cluster_step_test.go @@ -173,7 +173,7 @@ func fixConfigMap(defaultKymaVersion string) k8sruntime.Object { }, }, Data: map[string]string{ - "default": `kyma-template: "---" + "default": `kyma-template: "---", additional-components: - name: "additional-component1" namespace: "kyma-system"`,