Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4f26a8

Browse files
authored
docs: fix to provisioners.md to add a missing character (#14937)
Changed yaml example references from provisioneraemon: to provisionerDaemon:
1 parent 3a48ba7 commit b4f26a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/provisioners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ will use in concert with the Helm chart for deploying the Coder server.
267267
1. Modify your Coder `values.yaml` to include
268268

269269
```yaml
270-
provisioneraemon:
270+
provisionerDaemon:
271271
pskSecretName: "coder-provisioner-psk"
272272
```
273273
@@ -290,7 +290,7 @@ will use in concert with the Helm chart for deploying the Coder server.
290290
- name: CODER_URL
291291
value: "https://coder.example.com"
292292
replicaCount: 10
293-
provisioneraemon:
293+
provisionerDaemon:
294294
pskSecretName: "coder-provisioner-psk"
295295
tags:
296296
location: auh

0 commit comments

Comments
 (0)