Skip to content

Commit 0650433

Browse files
required params
1 parent 065cc46 commit 0650433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/codefresh/argo_runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func (r *argoRuntime) Create(ctx context.Context, runtimeName, cluster, runtimeV
148148
jsonData := map[string]interface{}{
149149
"query": `
150150
mutation CreateRuntime(
151-
$name: String, $cluster: String, $runtimeVersion: String, $ingressHost: String
151+
$name: String!, $cluster: String!, $runtimeVersion: String!, $ingressHost: String!
152152
) {
153153
runtime(name: $name, cluster: $cluster, runtimeVersion: $runtimeVersion, ingressHost: $ingressHost) {
154154
name

0 commit comments

Comments
 (0)