Skip to content

Commit 39592f6

Browse files
authored
Merge pull request #8801 from zalando-incubator/fabric/update-crd
fabric: update crd
2 parents 30f6bee + 8480ae8 commit 39592f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cluster/manifests/fabric-gateway/fabricgateway_crd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ spec:
456456
description: |-
457457
The name of the StackSet resource in the same namespace which
458458
should be handling requests coming through FabricGateway
459+
maxLength: 63
459460
type: string
460461
stackVersion:
461462
description: |-
@@ -629,6 +630,9 @@ spec:
629630
required:
630631
- spec
631632
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
632636
served: true
633637
storage: true
634638
subresources:

0 commit comments

Comments
 (0)