mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
docs: fix to provisioners.md to add a missing character (#14937)
Changed yaml example references from provisioneraemon: to provisionerDaemon:
This commit is contained in:
@ -267,7 +267,7 @@ will use in concert with the Helm chart for deploying the Coder server.
|
|||||||
1. Modify your Coder `values.yaml` to include
|
1. Modify your Coder `values.yaml` to include
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
provisioneraemon:
|
provisionerDaemon:
|
||||||
pskSecretName: "coder-provisioner-psk"
|
pskSecretName: "coder-provisioner-psk"
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -290,7 +290,7 @@ will use in concert with the Helm chart for deploying the Coder server.
|
|||||||
- name: CODER_URL
|
- name: CODER_URL
|
||||||
value: "https://coder.example.com"
|
value: "https://coder.example.com"
|
||||||
replicaCount: 10
|
replicaCount: 10
|
||||||
provisioneraemon:
|
provisionerDaemon:
|
||||||
pskSecretName: "coder-provisioner-psk"
|
pskSecretName: "coder-provisioner-psk"
|
||||||
tags:
|
tags:
|
||||||
location: auh
|
location: auh
|
||||||
|
Reference in New Issue
Block a user