Skip to content

Commit

Permalink
[orion] Add prefectConfig to values file (#40)
Browse files Browse the repository at this point in the history
* add prefectConfig value

* empty dict
  • Loading branch information
jamiezieziula authored Sep 19, 2022
1 parent 5b1e057 commit 8cb44f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/prefect-orion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Prefect orion application bundle
| postgresql.persistence.size | string | `"8Gi"` | Configures size of postgres PVC |
| postgresql.primary.initdb.user | string | `"postgres"` | |
| postgresql.useSubChart | bool | `true` | |
| prefectConfig | object | `{}` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
Expand Down
5 changes: 5 additions & 0 deletions charts/prefect-orion/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ postgresql:
# -- Version tag, corresponds to tags at https://hub.docker.com/r/bitnami/postgresql/
tag: 14.3.0

# Values placed here will result in environment variable definitions
# starting with "PREFECT_ORION_" and will be passed to relevant
# services
prefectConfig: {}

serviceAccount:
# Specifies whether a service account should be created
create: true
Expand Down

0 comments on commit 8cb44f7

Please sign in to comment.