We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When the inventory is empty (0 resources created) we get an error.
status: conditions: - lastTransitionTime: 2023-12-14T00:20:05Z message: 0 resources created reason: ReconciliationSucceeded status: "True" type: Ready observedGeneration: 2
To Reproduce Create a GitOpsSet that doesn't generate any resources, perhaps with an empty list.
There's a bug filed already to do some validation of the spec requiring some generated resources.
(lists should not be allowed to be empty)
But this could happen if no GitopsClusters matched the labels etc.
GitopsClusters
Actual behaviour See error message above
Expected behaviour No error, perhaps a message showing that there are no resources generated.
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When the inventory is empty (0 resources created) we get an error.
To Reproduce
Create a GitOpsSet that doesn't generate any resources, perhaps with an empty list.
There's a bug filed already to do some validation of the spec requiring some generated resources.
(lists should not be allowed to be empty)
But this could happen if no
GitopsClusters
matched the labels etc.Actual behaviour
See error message above
Expected behaviour
No error, perhaps a message showing that there are no resources generated.
Additional context
The text was updated successfully, but these errors were encountered: