feat(argo-cd): disable gatewayAPI route by default
Signed-off-by: Tristan Duverger <tristan.duverger@gmail.com>
This commit is contained in:
parent
650c4e0872
commit
5d0a8a2361
1 changed files with 1 additions and 1 deletions
|
@ -2155,7 +2155,7 @@ server:
|
||||||
# NOTE: Alpha feature, gRPC & TLS pass-through will not work
|
# NOTE: Alpha feature, gRPC & TLS pass-through will not work
|
||||||
gatewayAPI:
|
gatewayAPI:
|
||||||
# -- Enable a Gateway API resources for the Argo CD server
|
# -- Enable a Gateway API resources for the Argo CD server
|
||||||
enabled: true
|
enabled: false
|
||||||
# -- Additional route labels
|
# -- Additional route labels
|
||||||
labels: {}
|
labels: {}
|
||||||
# -- Additional route annotations
|
# -- Additional route annotations
|
||||||
|
|
Loading…
Reference in a new issue