deploy-sourcegraph
deploy-sourcegraph copied to clipboard
Use default container annotations for multi-container pods
Kubernetes deployment improvement
This is small improvement for Pod with multi-containers, which allows to use kubectl logs
and kubectl exec
without specifying flag -c
.
Documentation
Checklist
- [ ] CHANGELOG.md updated
Test plan
kubectl logs ANY-POD
I think the deploy-test
might be flaking