Skip to content

Commit 958f86d

Browse files
authored
Fixed dead link in README.md (#55)
1 parent 57c9d49 commit 958f86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ helm install coder-logstream-kube coder-logstream-kube/coder-logstream-kube \
2626

2727
> **Note**
2828
> For additional customization (such as customizing the image, pull secrets, annotations, etc.), you can use the
29-
> [values.yaml](https://github.com/coder/coder-logstream-kube/blob/main/values.yaml) file directly.
29+
> [values.yaml](helm/values.yaml) file directly.
3030
3131
Your Coder template should be using a `kubernetes_deployment` resource with `wait_for_rollout` set to `false`.
3232

3333
```hcl
3434
resource "kubernetes_deployment" "hello_world" {
35-
count = data.coder_workspace.me.start_count
35+
count = data.coder_workspace.me.start_count
3636
wait_for_rollout = false
3737
...
3838
}

0 commit comments

Comments
 (0)