Skip to content

Commit

Permalink
lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie zieziula committed Jan 28, 2025
1 parent ec6fb95 commit 7fe543c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prefect-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ worker:
| worker.selfManagedCloudApiConfig.apiKeySecret.key | string | `"key"` | prefect API secret key |
| worker.selfManagedCloudApiConfig.apiKeySecret.name | string | `"prefect-api-key"` | prefect API secret name |
| worker.selfManagedCloudApiConfig.apiUrl | string | `""` | prefect API url (PREFECT_API_URL) |
| worker.selfManagedCloudApiConfig.uiUrl | string | `""` | self managed UI url |
| worker.selfManagedCloudApiConfig.uiUrl | string | `""` | Self-managed UI url |
| worker.selfManagedCloudApiConfig.workspaceId | string | `""` | prefect workspace ID |
| worker.serverApiConfig.apiUrl | string | `""` | prefect API url (PREFECT_API_URL) |
| worker.serverApiConfig.uiUrl | string | `"http://localhost:4200"` | prefect UI url |
Expand Down
2 changes: 1 addition & 1 deletion charts/prefect-worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ worker:
# -- prefect API secret key
key: key

# -- self managed UI url
# -- Self-managed UI url
uiUrl: ""

serverApiConfig:
Expand Down

0 comments on commit 7fe543c

Please sign in to comment.