@@ -25,10 +25,10 @@ helm install coder-logstream-kube coder-logstream-kube/coder-logstream-kube \
2525```
2626
2727> ** Note**
28- > For additional customization (like customizing the image, pull secrets, annotations, etc.), you can use the
28+ > For additional customization (such as customizing the image, pull secrets, annotations, etc.), you can use the
2929> [ values.yaml] ( https://github.com/coder/coder-logstream-kube/blob/main/values.yaml ) file directly.
3030
31- Ensure your Coder templateis using a` kubernetes_deployment ` resource withthe ` wait_for_rollout ` property set to false.
31+ Your Coder templateshould be using a` kubernetes_deployment ` resource with` wait_for_rollout ` set to` false ` .
3232
3333``` hcl
3434resource "kubernetes_deployment" "hello_world" {
@@ -37,4 +37,4 @@ resource "kubernetes_deployment" "hello_world" {
3737}
3838```
3939
40- Thiswill ensure all pod events will be sent during initialization and startup.
40+ Thisensures all pod events will be sent during initialization and startup.