File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Apply the Helm chart to start streaming logs into your Coder instance:
21
21
helm repo add coder-logstream-kube https://helm.coder.com/logstream-kube
22
22
helm install coder-logstream-kube coder-logstream-kube/coder-logstream-kube \
23
23
--namespace coder \
24
- --set url=<your-coder-url>
24
+ --set url=<your-coder-url-including-http-or-https >
25
25
```
26
26
27
27
> ** Note**
@@ -32,6 +32,7 @@ Your Coder template should be using a `kubernetes_deployment` resource with `wai
32
32
33
33
``` hcl
34
34
resource "kubernetes_deployment" "hello_world" {
35
+ count = data.coder_workspace.me.start_count
35
36
wait_for_rollout = false
36
37
...
37
38
}
Original file line number Diff line number Diff line change 1
- # url -- The URL of your Coder deployment.
1
+ # url -- The URL of your Coder deployment. Must prefix with http or https
2
2
url : " "
3
3
4
4
# namespace -- The namespace to searching for Pods within.
You can’t perform that action at this time.
0 commit comments