Skip to content

Commit

Permalink
Improving documentation regarding params (argoproj#974) (argoproj#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulVanStaden authored and alexmt committed Jan 4, 2019
1 parent 053875f commit 88dbcee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ argocd app set guestbook -p guestbook=image=example/guestbook:abcd123
argocd app sync guestbook
```

The `PARAM` is expected to be a normal YAML path

```bash
argocd app set guestbook -p guestbook=ingress.enabled=true
argocd app set guestbook -p guestbook=ingress.hosts[0]=guestbook.myclusterurl
```

The following are situations where parameter overrides would be useful:

1. A team maintains a "dev" environment, which needs to be continually updated with the latest
Expand Down

0 comments on commit 88dbcee

Please sign in to comment.