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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
}
}