fix workflowtaskresults
Signed-off-by: Jeongwon Song <jeongwon412@gmail.com>
This commit is contained in:
parent
55202177cf
commit
fe0cd1d6cf
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ spec:
|
||||||
required:
|
required:
|
||||||
- key
|
- key
|
||||||
type: object
|
type: object
|
||||||
blobNameFormat:
|
blob:
|
||||||
type: string
|
type: string
|
||||||
container:
|
container:
|
||||||
type: string
|
type: string
|
||||||
|
@ -125,7 +125,7 @@ spec:
|
||||||
useSDKCreds:
|
useSDKCreds:
|
||||||
type: boolean
|
type: boolean
|
||||||
required:
|
required:
|
||||||
- blobNameFormat
|
- blob
|
||||||
- container
|
- container
|
||||||
- endpoint
|
- endpoint
|
||||||
type: object
|
type: object
|
||||||
|
|
Loading…
Reference in a new issue