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:09 +08:00
committed by GitHub
parent a644195ae4
commit 2ad1ed5e3b

View File

@@ -181,6 +181,6 @@ template: {
annotations?: [string]: string
// +usage=Specify the labels to be added to the ingress
labels?: [string]: string | null
labels?: [string]: string
}
}