Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Borrelli <[email protected]>
  • Loading branch information
stevendborrelli committed Oct 3, 2024
1 parent a84fe5d commit 7b6d244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/context/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down

0 comments on commit 7b6d244

Please sign in to comment.