-
Notifications
You must be signed in to change notification settings - Fork 75
📖 Fix errors for manifestwork condition rules #499
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
📖 Fix errors for manifestwork condition rules #499
Conversation
…ble field error Signed-off-by: zhujian <[email protected]>
…r API spec Signed-off-by: zhujian <[email protected]>
✅ Deploy Preview for open-cluster-management ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| ).exists( | ||
| c, c.status == 'True' | ||
| ) | ||
| - | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix error:
Error from server (BadRequest): error when creating "cel.yaml": ManifestWork in version "v1" cannot be handled as a ManifestWork: strict decoding error: unknown field "spec.manifestConfigs[0].conditionRules[0].celExpressions[0].expression"
| name: pi-calculation | ||
| namespace: default | ||
| spec: | ||
| manualSelector: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix error:
Failed to apply manifest: Job.batch "pi-calculation" is invalid:
[spec.selector: Required value, spec.template.metadata.labels: Invalid value:
map[string]string(nil): `selector` does not match template `labels`, spec.selector:
Invalid value: "null": field is immutable
|
/cc @qiujian16 |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16, zhujian7 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
18703df
into
open-cluster-management-io:main
No description provided.