fix: update argo-cd insecure example in README.md
The docs updated in #265 give a wrong example in the README.md on how to configure the `--insecure` flag: it shows it to be done on the controller, when it should be configured on the server.
This commit is contained in:
parent
805371544d
commit
c5fc9d0364
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ This chart currently installs the non-HA version of ArgoCD.
|
|||
|
||||
What was
|
||||
```
|
||||
controller:
|
||||
server:
|
||||
extraArgs:
|
||||
insecure: ""
|
||||
```
|
||||
|
@ -27,7 +27,7 @@ controller:
|
|||
is now
|
||||
|
||||
```
|
||||
controller:
|
||||
server:
|
||||
extraArgs:
|
||||
- --insecure
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue