chore(argo-cd): Update docs
Signed-off-by: charlychiu <charlychiu@gmail.com>
This commit is contained in:
parent
5dca11ae53
commit
f0a67f284d
2 changed files with 2 additions and 2 deletions
|
@ -754,7 +754,7 @@ NAME: my-release
|
||||||
| configs.params."server.basehref" | string | `"/"` | Value for base href in index.html. Used if Argo CD is running behind reverse proxy under subpath different from / |
|
| configs.params."server.basehref" | string | `"/"` | Value for base href in index.html. Used if Argo CD is running behind reverse proxy under subpath different from / |
|
||||||
| configs.params."server.disable.auth" | bool | `false` | Disable Argo CD RBAC for user authentication |
|
| configs.params."server.disable.auth" | bool | `false` | Disable Argo CD RBAC for user authentication |
|
||||||
| configs.params."server.enable.gzip" | bool | `true` | Enable GZIP compression |
|
| configs.params."server.enable.gzip" | bool | `true` | Enable GZIP compression |
|
||||||
| configs.params."server.enable.proxy.extension" | bool | `false` | Enable proxy extension feature |
|
| configs.params."server.enable.proxy.extension" | bool | `false` | Enable proxy extension feature. (proxy extension is in Alpha phase) |
|
||||||
| configs.params."server.insecure" | bool | `false` | Run server without TLS |
|
| configs.params."server.insecure" | bool | `false` | Run server without TLS |
|
||||||
| configs.params."server.rootpath" | string | `""` | Used if Argo CD is running behind reverse proxy under subpath different from / |
|
| configs.params."server.rootpath" | string | `""` | Used if Argo CD is running behind reverse proxy under subpath different from / |
|
||||||
| configs.params."server.staticassets" | string | `"/shared/app"` | Directory path that contains additional static assets |
|
| configs.params."server.staticassets" | string | `"/shared/app"` | Directory path that contains additional static assets |
|
||||||
|
|
|
@ -285,7 +285,7 @@ configs:
|
||||||
server.disable.auth: false
|
server.disable.auth: false
|
||||||
# -- Enable GZIP compression
|
# -- Enable GZIP compression
|
||||||
server.enable.gzip: true
|
server.enable.gzip: true
|
||||||
# -- Enable proxy extension feature
|
# -- Enable proxy extension feature. (proxy extension is in Alpha phase)
|
||||||
server.enable.proxy.extension: false
|
server.enable.proxy.extension: false
|
||||||
# -- Set X-Frame-Options header in HTTP responses to value. To disable, set to "".
|
# -- Set X-Frame-Options header in HTTP responses to value. To disable, set to "".
|
||||||
server.x.frame.options: sameorigin
|
server.x.frame.options: sameorigin
|
||||||
|
|
Loading…
Reference in a new issue