diff --git a/pkg/kotsclient/release.go b/pkg/kotsclient/release.go index 7885f5de1..081c94b71 100644 --- a/pkg/kotsclient/release.go +++ b/pkg/kotsclient/release.go @@ -66,7 +66,7 @@ func (c *GraphQLClient) CreateRelease(appID string, multiyaml string) (*types.Re request := graphql.Request{ Query: ` - mutation createKotsRelease($appId: ID!, $spec: String!) { + mutation createKotsRelease($appId: ID!, $spec: String) { createKotsRelease(appId: $appId, spec: $spec) { sequence }