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.
2 parents 30f6bee + 8480ae8 commit 39592f6Copy full SHA for 39592f6
cluster/manifests/fabric-gateway/fabricgateway_crd.yaml
@@ -456,6 +456,7 @@ spec:
456
description: |-
457
The name of the StackSet resource in the same namespace which
458
should be handling requests coming through FabricGateway
459
+ maxLength: 63
460
type: string
461
stackVersion:
462
@@ -629,6 +630,9 @@ spec:
629
630
required:
631
- spec
632
type: object
633
+ x-kubernetes-validations:
634
+ - message: metadata.name may not be longer than 63, see https://fabric.docs.zalando.net/fabric-gateway-troubleshooting/#gateway-troubleshooting
635
+ rule: size(self.metadata.name) < 64
636
served: true
637
storage: true
638
subresources:
0 commit comments