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 a45f37a commit 9c29ee5Copy full SHA for 9c29ee5
VERSION
@@ -1 +1 @@
1
-0.11.0
+0.12.0
pkg/codefresh/runtime_enrionment.go
@@ -72,6 +72,7 @@ type (
72
Namespace string
73
HasAgent bool
74
StorageClass string
75
+ StepsAsPods bool
76
}
77
78
ValidateRuntimeOptions struct {
@@ -108,6 +109,7 @@ func (r *runtimeEnvironment) Create(opt *CreateRuntimeOptions) (*RuntimeEnvironm
108
109
"clusterName": opt.Cluster,
110
"namespace": opt.Namespace,
111
"storageClassName": opt.StorageClass,
112
+ "stepsAsPods": opt.StepsAsPods,
113
114
if opt.HasAgent {
115
body["agent"] = true
0 commit comments