Skip to content

Commit 0a45d30

Browse files
committed
fabric: update crd
* k8s: Fix preStop hook * k8s: Fix preStop sleep value (doesn't support 0) * migration: depreciate script * deploy: fix StackSet preStop hook * readme: add info for running & debugging locally * e2e: fix connection between fg & stackset * versioning: update crd for e2e test Signed-off-by: Mustafa Abdelrahman <[email protected]>
1 parent 4d56ab6 commit 0a45d30

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cluster/manifests/fabric-gateway/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ $version := "master-256" }}
1+
# {{ $version := "master-263" }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

cluster/manifests/fabric-gateway/fabricgateway_crd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,12 @@ spec:
455455
The name of the StackSet resource in the same namespace which
456456
should be handling requests coming through FabricGateway
457457
type: string
458+
stackVersion:
459+
description: |-
460+
EXPERIMENTAL: This field is experimental and may be removed in the future
461+
Specifies stack version for this gateway
462+
it should match stackset.spec.stackTemplate.spec.version field
463+
type: string
458464
required:
459465
- hosts
460466
- stackSetName

0 commit comments

Comments
 (0)