Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

withItems incorrect type in full CRD #3578

Closed
alexec opened this issue Jul 23, 2020 · 5 comments · Fixed by #3809
Closed

withItems incorrect type in full CRD #3578

alexec opened this issue Jul 23, 2020 · 5 comments · Fixed by #3809
Assignees
Labels

Comments

@alexec
Copy link
Contributor

alexec commented Jul 23, 2020

Is

                            withItems:
                              items:
                                properties:
                                  value:
                                    format: byte
                                    type: string
                                required:
                                - value
                                type: object
                              type: array

Should be:

                            withItems:
                              items:
                                type: object
                              type: array
@alexec alexec self-assigned this Aug 17, 2020
@alexec
Copy link
Contributor Author

alexec commented Aug 17, 2020

It is also wrong for parallel steps.

@alexec
Copy link
Contributor Author

alexec commented Aug 17, 2020

@alexec
Copy link
Contributor Author

alexec commented Aug 17, 2020

@alexec
Copy link
Contributor Author

alexec commented Aug 20, 2020

Wrong issue linked.

@alexec
Copy link
Contributor Author

alexec commented Sep 2, 2020

Available for testing in v2.10.0-rc1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant