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
Not from any live cases but I feel current code can result in some Kinds unintentionally excluded by default. https://github.com/konveyor/mig-operator/blob/f185b25483ca75720cee934d1cb106aaa61fb276/roles/migrationcontroller/defaults/main.yml#L8-L22
I can see things like subscriptions.operators.NOTcoreos.com being problematic.. so maybe we should use full api name in this list.
subscriptions.operators.NOTcoreos.com
Something like
- imagetags.image.openshift.io - templateinstances.template.openshift.io - clusterserviceversions.operators.coreos.com - packagemanifests.packages.operators.coreos.com - subscriptions.operators.coreos.com
The text was updated successfully, but these errors were encountered:
Yes, I'm open to this as long as it works and is tested.
Sorry, something went wrong.
No branches or pull requests
Not from any live cases but I feel current code can result in some Kinds unintentionally excluded by default.
https://github.com/konveyor/mig-operator/blob/f185b25483ca75720cee934d1cb106aaa61fb276/roles/migrationcontroller/defaults/main.yml#L8-L22
I can see things like
subscriptions.operators.NOTcoreos.com
being problematic.. so maybe we should use full api name in this list.Something like
The text was updated successfully, but these errors were encountered: