Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit958f86d

Browse files
authored
Fixed dead link in README.md (#55)
1 parent57c9d49 commit958f86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp