Skip to content
New issue

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

[tanka single-binary] Remove unnecessary PVC from deployment #1245

Closed
irizzant opened this issue Jan 25, 2022 · 0 comments · Fixed by #1246
Closed

[tanka single-binary] Remove unnecessary PVC from deployment #1245

irizzant opened this issue Jan 25, 2022 · 0 comments · Fixed by #1246

Comments

@irizzant
Copy link
Contributor

Describe the bug

There is an extra PersistentVolumeClaim which is not needed when deploying Tempo with Tanka as single-binary, as you can see here.

To Reproduce
Steps to reproduce the behavior:

  1. Deploy Tempo with Tanka single-binary
  2. Check deployed resources

Expected behavior

There should be no extra PersistentVolumeClaim since it's already created by the StatefulSet's persistentVolumeClaimTemplate.

Environment:

  • Infrastructure: [e.g., Kubernetes, bare-metal, laptop]
  • Deployment tool: [e.g., helm, jsonnet]

Additional Context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant