Skip to content

docs: rebase restructure-new on main #14960

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 3, 2024
Prev Previous commit
Next Next commit
docs: fix to provisioners.md to add a missing character (#14937)
Changed yaml example references from provisioneraemon: to
provisionerDaemon:
  • Loading branch information
rogmanster authored Oct 2, 2024
commit b4f26a8c782dcc1088a9a8945cdeb63aa3ee1565
4 changes: 2 additions & 2 deletions docs/admin/provisioners.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```yaml
provisioneraemon:
provisionerDaemon:
pskSecretName: "coder-provisioner-psk"
```

Expand All @@ -290,7 +290,7 @@ will use in concert with the Helm chart for deploying the Coder server.
- name: CODER_URL
value: "https://coder.example.com"
replicaCount: 10
provisioneraemon:
provisionerDaemon:
pskSecretName: "coder-provisioner-psk"
tags:
location: auh
Expand Down
Loading