Update vela-templates/definitions/internal/trait/gateway.cue

Co-authored-by: Tianxin Dong <wuwuglu19@gmail.com>
This commit is contained in:
Ryan
2023-11-17 16:04:00 +08:00
committed by GitHub
parent 912ee3c15b
commit a644195ae4

View File

@@ -178,7 +178,7 @@ template: {
pathType: *"ImplementationSpecific" | "Prefix" | "Exact"
// +usage=Specify the annotations to be added to the ingress
annotations?: [string]: string | null
annotations?: [string]: string
// +usage=Specify the labels to be added to the ingress
labels?: [string]: string | null