Replies: 1 comment 1 reply
-
You could wrap the command in your test pod around |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use "helm test" to run tests after deploying my app, the test container successfully runs and then terminates, but the sidecar that was injected into the test pod is still running, so "helm test" eventually times out.
Ideally, the sidecar should also terminate once the test container has terminated.
If that's not possible, it should be possible somehow to prevent linkerd from injecting the sidecar into the test pod (without explicitly modifying my test pod, as I'd like to keep linkerd usage transparent for my dev teams).
Is this possible somehow?
Beta Was this translation helpful? Give feedback.
All reactions