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 09cb875 commit c0a89a2Copy full SHA for c0a89a2
pkg/operator/operator/validations.go
@@ -44,7 +44,7 @@ var _apiValidation = &cr.StructValidation{
44
StringValidation: &cr.StringValidation{
45
Required: true,
46
DNS1035: true,
47
- MaxLength: 63 - len(k8sName("")),
+ MaxLength: 42, // k8s adds 21 characters to the pod name, and 63 is the max before it starts to truncate
48
},
49
50
{
0 commit comments