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
solr-operator/controllers/util/solr_util.go
Lines 1088 to 1104 in 630efa0
Although this is pretty harmless as noise I'm not sure why this assumption was hard-coded in.
Can you consider adding if customOptions.IngressClassName == "nginx" or similar?
The text was updated successfully, but these errors were encountered:
Agreed - it's likely not causing any harm, but it'd make sense to have this annotation be conditional on the actual Ingress controller in use.
If you're interested in opening a PR @msporleder, I'd be happy to review!
Sorry, something went wrong.
No branches or pull requests
solr-operator/controllers/util/solr_util.go
Lines 1088 to 1104 in 630efa0
Although this is pretty harmless as noise I'm not sure why this assumption was hard-coded in.
Can you consider adding if customOptions.IngressClassName == "nginx" or similar?
The text was updated successfully, but these errors were encountered: