Skip to content

Commit

Permalink
[orion] Updates pathing for postgresql user (#39)
Browse files Browse the repository at this point in the history
fixes value file
  • Loading branch information
jamiezieziula authored Sep 16, 2022
1 parent e765766 commit 9ef7456
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/prefect-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# prefect-agent

![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)

Prefect orion application bundle

Expand All @@ -11,7 +11,7 @@ Prefect orion application bundle
| Name | Email | Url |
| ---- | ------ | --- |
| gabcoyne | <george@prefect.io> | |
| jamiedick | <jamie@prefect.io> | |
| jamiezieziula | <jamie@prefect.io> | |

## Source Code

Expand Down
6 changes: 3 additions & 3 deletions charts/prefect-orion/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# prefect-orion

![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)

Prefect orion application bundle

Expand All @@ -11,7 +11,7 @@ Prefect orion application bundle
| Name | Email | Url |
| ---- | ------ | --- |
| gabcoyne | <george@prefect.io> | |
| jamiedick | <jamie@prefect.io> | |
| jamiezieziula | <jamie@prefect.io> | |

## Source Code

Expand Down Expand Up @@ -56,9 +56,9 @@ Prefect orion application bundle
| postgresql.enabled | bool | `true` | |
| postgresql.externalHostname | string | `""` | |
| postgresql.image.tag | string | `"14.3.0"` | Version tag, corresponds to tags at https://hub.docker.com/r/bitnami/postgresql/ |
| postgresql.initdbUser | string | `"postgres"` | initial postgres user to create |
| postgresql.persistence.enabled | bool | `false` | Enables a PVC that stores db between deployments |
| postgresql.persistence.size | string | `"8Gi"` | Configures size of postgres PVC |
| postgresql.primary.initdb.user | string | `"postgres"` | |
| postgresql.useSubChart | bool | `true` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
Expand Down
6 changes: 4 additions & 2 deletions charts/prefect-orion/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,10 @@ postgresql:
# -- Configures size of postgres PVC
size: 8Gi

# -- initial postgres user to create
initdbUser: postgres
# initial postgres user to create
primary:
initdb:
user: postgres

image:
# -- Version tag, corresponds to tags at https://hub.docker.com/r/bitnami/postgresql/
Expand Down

0 comments on commit 9ef7456

Please sign in to comment.