We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f14bf commit de34339Copy full SHA for de34339
workflow/workflow-schema.yaml
@@ -65,7 +65,7 @@ definitions:
65
# See https://kubernetes.io/docs/concepts/overview/working-with-objects/names/
66
rfc1035-label-name:
67
type: string
68
- pattern: ^[a-z][a-z0-9-]{,63}$(?<!-)
+ pattern: ^[a-z][a-z0-9-]{0,63}$(?<!-)
69
description: >-
70
A value compatible with Kubernetes variables
71
to allow it to be used ins Pod Label
0 commit comments