Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiezieziula committed Dec 13, 2022
1 parent 5881d05 commit 1a2ae56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ Chart.lock

# IDEs
.vscode/
.idea/
.idea/
1 change: 1 addition & 0 deletions charts/prefect-orion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Prefect orion application bundle
| orion.resources.requests | object | `{}` | the requested resources for the orion container |
| orion.tolerations | list | `[]` | tolerations for orion pods assignment |
| postgresql.auth.database | string | `"orion"` | name for a custom database to create |
| postgresql.auth.enablePostgresUser | bool | `false` | determines whether an admin user is created within postgres |
| postgresql.auth.existingSecret | string | `nil` | Name of existing secret to use for PostgreSQL credentials. |
| postgresql.auth.password | string | `""` | password for the custom user to create. Ignored if `auth.existingSecret` with key `password` is provided |
| postgresql.auth.username | string | `"prefect"` | name for a custom user to create |
Expand Down

0 comments on commit 1a2ae56

Please sign in to comment.