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 9306b44 + 0a45d30 commit 01d0f49Copy full SHA for 01d0f49
cluster/manifests/fabric-gateway/deployment.yaml
@@ -1,4 +1,4 @@
1
-# {{ $version := "master-256" }}
+# {{ $version := "master-263" }}
2
apiVersion: apps/v1
3
kind: Deployment
4
metadata:
cluster/manifests/fabric-gateway/fabricgateway_crd.yaml
@@ -455,6 +455,12 @@ spec:
455
The name of the StackSet resource in the same namespace which
456
should be handling requests coming through FabricGateway
457
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
464
required:
465
- hosts
466
- stackSetName
0 commit comments