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 07dc6d5 commit 2a68810Copy full SHA for 2a68810
pkg/kotsclient/release.go
@@ -66,7 +66,7 @@ func (c *GraphQLClient) CreateRelease(appID string, multiyaml string) (*types.Re
66
67
request := graphql.Request{
68
Query: `
69
- mutation createKotsRelease($appId: ID!, $spec: String!) {
+ mutation createKotsRelease($appId: ID!, $spec: String) {
70
createKotsRelease(appId: $appId, spec: $spec) {
71
sequence
72
}
0 commit comments