Skip to content

Commit ae03d8f

Browse files
authored
docs: fix jsonnet example indentation (argoproj#25620)
Signed-off-by: Omar Nasser <omarnasserjr@gmail.com>
1 parent 610ea27 commit ae03d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/jsonnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Or by declarative syntax:
2222
directory:
2323
jsonnet:
2424
extVars:
25-
- name: app
26-
value: $ARGOCD_APP_NAME
25+
- name: app
26+
value: $ARGOCD_APP_NAME
2727
tlas:
2828
- name: ns
2929
value: $ARGOCD_APP_NAMESPACE

0 commit comments

Comments
 (0)