File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ obtained in the previous step.
31
31
32
32
When changing your access URL, you'll need to
33
33
[ update your Helm chart] ( ../guides/admin/helm-charts.md ) and
34
- [ redeploy Coder] ( ../setup/updating .md ) :
34
+ [ redeploy Coder] ( ../setup/upgrade/index .md ) :
35
35
36
36
helm upgrade coder coder/coder \
37
37
--set devurlsHost="\* .example.com"
Original file line number Diff line number Diff line change @@ -217,9 +217,9 @@ specified by the certificate(s) created in step 2. The secret name(s) are
217
217
arbitrary, but ensure they do not conflict with any other secrets in the Coder
218
218
namespace.
219
219
220
- Be sure to [redeploy Coder](../setup/updating ) after changing your Helm values.
221
- Then, log in to Coder and change your access URL in `Manage > Admin` to use
222
- HTTPS.
220
+ Be sure to [redeploy Coder](../../ setup/upgrade/index.md ) after changing your
221
+ Helm values. Then, log in to Coder and change your access URL in
222
+ ` Manage > Admin ` to use HTTPS.
223
223
224
224
# # Troubleshooting
225
225
Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ installed Coder.
144
144
requirement is to use a service such as [ nip.io] [ nip-url ] to route domains to
145
145
a local IP address.
146
146
147
- 1 . [ Update Coder] ( ../updating .md#update-coder ) with the following Helm values
148
- added for either your local (` 127.0.0.1 ` ) or private (e.g., ` 192.168.1.x ` )
149
- address:
147
+ 1 . [ Update Coder] ( ../upgrade/index .md#update-coder ) with the following Helm
148
+ values added for either your local (` 127.0.0.1 ` ) or private (e.g.,
149
+ ` 192.168.1.x ` ) address:
150
150
151
151
``` yaml
152
152
coderd :
@@ -203,8 +203,8 @@ protection. Here's how to do this:
203
203
nameserver 127.0.0.1
204
204
` ` `
205
205
206
- 1. [Update Coder](../updating #update-coder) with these Helm values added to use
207
- your new domains :
206
+ 1. [Update Coder](../upgrade/index.md #update-coder) with these Helm values added
207
+ to use your new domains :
208
208
209
209
` ` ` yaml
210
210
coderd:
You can’t perform that action at this time.
0 commit comments