Skip to content

docs: fix to provisioners.md to add a missing character #14937

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 1 commit into from
Oct 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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