Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5fba46c

Browse files
committed
fix: correct documentation - license imports when no licenses exist, not no users
1 parent5e75a51 commit5fba46c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎codersdk/deployment.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3376,7 +3376,7 @@ Write out the current server config as YAML to stdout.`,
33763376
},
33773377
{
33783378
Name:"License File",
3379-
Description:"Path to a license file to automatically import on server startup. The license will only be imported if nousers exist yet. This is useful for automated deployments.",
3379+
Description:"Path to a license file to automatically import on server startup. The license will only be imported if nolicenses exist yet. This is useful for automated deployments.",
33803380
Flag:"license-file",
33813381
Env:"CODER_LICENSE_FILE",
33823382
Value:&c.LicenseFile,

‎helm/coder/values.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ coder:
252252
# command: ["/bin/sh","-c","echo preStart"]
253253

254254
# coder.license -- License configuration for automated license import.
255-
# The license will only be imported on first startup when nousers exist yet.
255+
# The license will only be imported on first startup when nolicenses exist yet.
256256
license:
257257
# coder.license.secretName -- Name of a Kubernetes secret containing the license.
258258
# The secret must be in the same namespace and contain a key with the license JWT.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp