From c9b8afbe2f51dd3f025e243ece35b5a792e671ec Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Thu, 15 Feb 2024 16:28:26 -0500 Subject: [PATCH] remove incorrect restriction about envkeys in patches (#707) --- content/v1.13/concepts/patch-and-transform.md | 4 ---- content/v1.14/concepts/patch-and-transform.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/content/v1.13/concepts/patch-and-transform.md b/content/v1.13/concepts/patch-and-transform.md index f073f8e5..ee858a5d 100644 --- a/content/v1.13/concepts/patch-and-transform.md +++ b/content/v1.13/concepts/patch-and-transform.md @@ -964,10 +964,6 @@ strings. The {{}}toFieldPath{{}} is the key in the environment to write the new string to. -{{< hint "important" >}} -The environment's key must already exist. Patches can't create new environment -keys. -{{< /hint >}} ```yaml {label="combineToEnv",copy-lines="none"} apiVersion: apiextensions.crossplane.io/v1 diff --git a/content/v1.14/concepts/patch-and-transform.md b/content/v1.14/concepts/patch-and-transform.md index e8e1fc64..dd79e536 100644 --- a/content/v1.14/concepts/patch-and-transform.md +++ b/content/v1.14/concepts/patch-and-transform.md @@ -964,10 +964,6 @@ strings. The {{}}toFieldPath{{}} is the key in the environment to write the new string to. -{{< hint "important" >}} -The environment's key must already exist. Patches can't create new environment -keys. -{{< /hint >}} ```yaml {label="combineToEnv",copy-lines="none"} apiVersion: apiextensions.crossplane.io/v1