From 7b6d2449b473c927e417b4294567650d63d61c67 Mon Sep 17 00:00:00 2001 From: Steven Borrelli Date: Thu, 3 Oct 2024 11:38:11 +0200 Subject: [PATCH] fix indent Signed-off-by: Steven Borrelli --- example/context/composition.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/context/composition.yaml b/example/context/composition.yaml index 67e12c7..672fd5d 100644 --- a/example/context/composition.yaml +++ b/example/context/composition.yaml @@ -36,9 +36,8 @@ spec: update: environment nestedEnvUpdate: hello: world - # Examine what is happening here "other-context-key": - complex: {{ index .context "apiextensions.crossplane.io/environment" "complex" | toYaml | nindent 4 }} + complex: {{ index .context "apiextensions.crossplane.io/environment" "complex" | toYaml | nindent 6 }} newkey: hello: world ---