Skip to content

Commit

Permalink
feat: values for PSQL db name, elastic prefix (acryldata#313)
Browse files Browse the repository at this point in the history
* Values for PSQL database name, elastic prefix
---------

Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
  • Loading branch information
2 people authored and Dimitri GRISARD committed Jul 10, 2023
1 parent 62071dd commit 4d30e1d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ postgresqlSetupJob:
# - name: my-image-name
# image: my-image
# imagePullPolicy: Always
# Optionally set a specific database using extraEnvs
# extraEnvs: []
# - name: "DATAHUB_DB_NAME"
# value: "dh"

## No code data migration
datahubUpgrade:
Expand Down Expand Up @@ -220,6 +224,10 @@ datahubUpgrade:
# - name: my-image-name
# image: my-image
# imagePullPolicy: Always
# Optionally set a specific PostgreSQL database name using extraEnvs
# extraEnvs:
# - name: "DATAHUB_DB_NAME"
# value: "dh"

## Runs system update processes
## Includes: Elasticsearch Indices Creation/Reindex (See global.elasticsearch.index for additional configuration)
Expand Down Expand Up @@ -257,6 +265,8 @@ global:
skipcheck: "false"
insecure: "false"
useSSL: "false"
# If you want to specify index prefixes use indexPrefix
# indexPrefix: "dh"

## The following section controls when and how reindexing of elasticsearch indices are performed
index:
Expand Down Expand Up @@ -387,6 +397,12 @@ global:
# secretKey: postgres-password
# --------------OR----------------
# value: password

# If you want to use specific PostgreSQL database use extraEnvs
# extraEnvs:
# - name: "DATAHUB_DB_NAME"
# value: "dh"


datahub:
version: v0.10.2
Expand Down

0 comments on commit 4d30e1d

Please sign in to comment.