Skip to content

Commit

Permalink
remove required spec (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithers1221 authored Oct 2, 2019
1 parent 07dc6d5 commit 2a68810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kotsclient/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2a68810

Please sign in to comment.