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 Whenever Thanos Store / Compactor are enabled: false the chart still deploys the PVC if specified.
enabled: false
Steps to reproduce the issue: Set store.enabled: true and have a PVC specified on store.persistentVolumeClaim.
store.enabled: true
store.persistentVolumeClaim
Expected behavior If the component is not enabled, then the PVC should not be created.
The text was updated successfully, but these errors were encountered:
Fix issue banzaicloud#1042 regarding pvc deploys when component is no…
f788b0d
…t enabled Signed-off-by: fsschmitt <492108+fsschmitt@users.noreply.github.com>
Fix issue #1042 regarding pvc deploys when component is not enabled
5bb9c69
Signed-off-by: fsschmitt <492108+fsschmitt@users.noreply.github.com>
Successfully merging a pull request may close this issue.
Describe the bug
Whenever Thanos Store / Compactor are
enabled: false
the chart still deploys the PVC if specified.Steps to reproduce the issue:
Set
store.enabled: true
and have a PVC specified onstore.persistentVolumeClaim
.Expected behavior
If the component is not enabled, then the PVC should not be created.
The text was updated successfully, but these errors were encountered: