mirror of
https://github.com/fluxcd/flagger.git
synced 2026-09-05 02:47:17 +00:00
List valid mesh providers in CRD and help docs
the list of values was incomplete in the cli help, the flagger chart, and was not present as an enum in the CRD Signed-off-by: Mara Furland <mara@fur.land>
This commit is contained in:
@@ -85,6 +85,26 @@ spec:
|
||||
provider:
|
||||
description: Traffic managent provider
|
||||
type: string
|
||||
enum:
|
||||
- apisix
|
||||
- appmesh
|
||||
- appmesh:v1beta2
|
||||
- contour
|
||||
- gatewayapi:v1
|
||||
- gatewayapi:v1beta1
|
||||
- gloo
|
||||
- istio
|
||||
- knative
|
||||
- kubernetes
|
||||
- kuma
|
||||
- linkerd
|
||||
- nginx
|
||||
- osm
|
||||
- skipper
|
||||
- smi:v1alpha1
|
||||
- smi:v1alpha2
|
||||
- smi:v1alpha3
|
||||
- traefik
|
||||
metricsServer:
|
||||
description: Prometheus URL
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user