Skip to content

Commit

Permalink
docs: fix flag name to use external variables in Jsonnet (argoproj#7659)
Browse files Browse the repository at this point in the history
Signed-off-by: sho-iizuka <[email protected]>
  • Loading branch information
arosh authored Dec 13, 2021
1 parent 0a792fe commit ddb90ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/jsonnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ E.g. via the CLI:

```bash
argocd app create APPNAME \
--jsonnet-ext-str 'app=${ARGOCD_APP_NAME}' \
--jsonnet-ext-var-str 'app=${ARGOCD_APP_NAME}' \
--jsonnet-tla-str 'ns=${ARGOCD_APP_NAMESPACE}' \
--jsonnet-libs 'vendor'
```
Expand Down

0 comments on commit ddb90ab

Please sign in to comment.