feat(argo-cd): remove trailing spaces to pass script lint
Signed-off-by: Tristan Duverger <tristan.duverger@gmail.com>
This commit is contained in:
parent
cd7f4804df
commit
68abeeb7e3
2 changed files with 1 additions and 2 deletions
|
@ -34,4 +34,3 @@ annotations:
|
||||||
description: Capability to deploy gateway http route
|
description: Capability to deploy gateway http route
|
||||||
- kind: added
|
- kind: added
|
||||||
description: Specific GKE gateway objects
|
description: Specific GKE gateway objects
|
||||||
|
|
||||||
|
|
|
@ -2218,7 +2218,7 @@ server:
|
||||||
labels: {}
|
labels: {}
|
||||||
# -- Additional gateway annotations
|
# -- Additional gateway annotations
|
||||||
annotations: {}
|
annotations: {}
|
||||||
#networking.gke.io/certmap: "CERTIFICATE_MAP_NAME"
|
# networking.gke.io/certmap: "CERTIFICATE_MAP_NAME"
|
||||||
|
|
||||||
# -- Getaway class name
|
# -- Getaway class name
|
||||||
# @default -- `""` (See [values.yaml])
|
# @default -- `""` (See [values.yaml])
|
||||||
|
|
Loading…
Reference in a new issue