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 The values file contains:
chunksCache: # -- Pod Disruption Budget podDisruptionBudget: maxUnavailable: 1
https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml#L3015
The PDB template has maxUnavailable hard coded to 1, so it doesn't matter what you change this value to. https://github.com/grafana/loki/blob/main/production/helm/loki/templates/chunks-cache/poddisruptionbudget-chunks-cache.yaml#L15
maxUnavailable
1
To Reproduce Steps to reproduce the behavior:
Expected behavior I expect to be able to control the values within the templates by completing the values in values.yaml
Environment:
Screenshots, Promtail config, or terminal output If applicable, add any output to help explain your problem.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
The values file contains:
https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml#L3015
The PDB template has
maxUnavailable
hard coded to1
, so it doesn't matter what you change this value to.https://github.com/grafana/loki/blob/main/production/helm/loki/templates/chunks-cache/poddisruptionbudget-chunks-cache.yaml#L15
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to be able to control the values within the templates by completing the values in values.yaml
Environment:
Screenshots, Promtail config, or terminal output
If applicable, add any output to help explain your problem.
The text was updated successfully, but these errors were encountered: