Skip to content

Commit 4e55b2c

Browse files
committed
updated helm values.yaml code snippet, put quote around boolean values and added comments showing that CODER_OAUTH2_GITHUB_ALLOW_EVERYONE and CODER_OAUTH2_GITHUB_ALLOW_EVERYONE are mutually exclusive
1 parent 7999e89 commit 4e55b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ coder:
6464
value: "533...des"
6565
- name: CODER_OAUTH2_GITHUB_CLIENT_SECRET
6666
value: "G0CSP...7qSM"
67-
# If setting allowd orgs, comment out CODER_OAUTH2_GITHUB_ALLOW_EVERYONE and its value
67+
# If setting allowd orgs, comment out CODER_OAUTH2_GITHUB_ALLOW_EVERYONE and its value
6868
- name: CODER_OAUTH2_GITHUB_ALLOWED_ORGS
6969
value: "your-org"
7070
# If allowing everyone, comment out CODER_OAUTH2_GITHUB_ALLOWED_ORGS and it's value

0 commit comments

Comments
 (0)