fix(argo-cd): remove useless key in ingress
Signed-off-by: Tristan Duverger <tristan.duverger@gmail.com>
This commit is contained in:
parent
4d06899e48
commit
b51c851bdd
2 changed files with 0 additions and 5 deletions
|
@ -1043,7 +1043,6 @@ NAME: my-release
|
||||||
| server.gateway.httpRoute.extraHosts | list | `[]` (See [values.yaml]) | The list of additional hostnames to be covered by API Gateway record |
|
| server.gateway.httpRoute.extraHosts | list | `[]` (See [values.yaml]) | The list of additional hostnames to be covered by API Gateway record |
|
||||||
| server.gateway.httpRoute.extraPaths | list | `[]` (See [values.yaml]) | Additional API Gateway paths |
|
| server.gateway.httpRoute.extraPaths | list | `[]` (See [values.yaml]) | Additional API Gateway paths |
|
||||||
| server.gateway.httpRoute.extraRules | list | `[]` (See [values.yaml]) | Additional routing rules |
|
| server.gateway.httpRoute.extraRules | list | `[]` (See [values.yaml]) | Additional routing rules |
|
||||||
| server.gateway.httpRoute.gateway | string | `""` (See [values.yaml]) | Defines which Gateway will implement the resource |
|
|
||||||
| server.gateway.httpRoute.gatewaySection | string | `""` (See [values.yaml]) | Defines which Gateway section will implement the resource |
|
| server.gateway.httpRoute.gatewaySection | string | `""` (See [values.yaml]) | Defines which Gateway section will implement the resource |
|
||||||
| server.gateway.httpRoute.hostname | string | `""` (defaults to global.domain) | Argo CD server hostname |
|
| server.gateway.httpRoute.hostname | string | `""` (defaults to global.domain) | Argo CD server hostname |
|
||||||
| server.gateway.httpRoute.labels | object | `{}` (See [values.yaml]) | Additional route labels |
|
| server.gateway.httpRoute.labels | object | `{}` (See [values.yaml]) | Additional route labels |
|
||||||
|
|
|
@ -2294,10 +2294,6 @@ server:
|
||||||
# @default -- `{}` (See [values.yaml])
|
# @default -- `{}` (See [values.yaml])
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
||||||
# -- Defines which Gateway will implement the resource
|
|
||||||
# @default -- `""` (See [values.yaml])
|
|
||||||
gateway: ""
|
|
||||||
|
|
||||||
# -- Defines which Gateway section will implement the resource
|
# -- Defines which Gateway section will implement the resource
|
||||||
# @default -- `""` (See [values.yaml])
|
# @default -- `""` (See [values.yaml])
|
||||||
gatewaySection: ""
|
gatewaySection: ""
|
||||||
|
|
Loading…
Reference in a new issue