From b51c851bddee84a723ebc3b37994fab050c861db Mon Sep 17 00:00:00 2001 From: Tristan Duverger Date: Wed, 9 Oct 2024 17:33:34 +0200 Subject: [PATCH] fix(argo-cd): remove useless key in ingress Signed-off-by: Tristan Duverger --- charts/argo-cd/README.md | 1 - charts/argo-cd/values.yaml | 4 ---- 2 files changed, 5 deletions(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index f329a017..cfacfb1d 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -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.extraPaths | list | `[]` (See [values.yaml]) | Additional API Gateway paths | | 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.hostname | string | `""` (defaults to global.domain) | Argo CD server hostname | | server.gateway.httpRoute.labels | object | `{}` (See [values.yaml]) | Additional route labels | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 20573b59..9c9487be 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -2294,10 +2294,6 @@ server: # @default -- `{}` (See [values.yaml]) annotations: {} - # -- Defines which Gateway will implement the resource - # @default -- `""` (See [values.yaml]) - gateway: "" - # -- Defines which Gateway section will implement the resource # @default -- `""` (See [values.yaml]) gatewaySection: ""