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 i trying setup following configuration
queryFrontend: queryRangeMaxRetriesPerRequest: 2 queryRangeMaxQueryParallelism: 14 queryRangeSplit: "6h" queryRangeResponseCacheMaxFreshness: "5m"
operator don't add into deployment following args
--query-range.max-retries-per-request --query-range.max-query-parallelism
Steps to reproduce the issue: add into the configuration
queryRangeMaxRetriesPerRequest: queryRangeMaxQueryParallelism:
Expected behavior
should be added to deployment args
Additional context Maybe related to the type, cause other option(string based) working just fine
The text was updated successfully, but these errors were encountered:
tarokkk
No branches or pull requests
Describe the bug
When i trying setup following configuration
operator don't add into deployment following args
Steps to reproduce the issue:
add into the configuration
Expected behavior
should be added to deployment args
Additional context
Maybe related to the type, cause other option(string based) working just fine
The text was updated successfully, but these errors were encountered: