Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update desc in data_warehouse.yaml #424

Merged
merged 3 commits into from
Dec 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions tembo-operator/src/stacks/templates/data_warehouse.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: DataWarehouse
description: A Postgres instance equipped with configuration and extensions building a data warehouse on Postgres.
description: A Postgres instance equipped with configuration and extensions for building a data warehouse on Postgres.
image: "quay.io/tembo/dw-cnpg:15.3.0-1-0baf38f"
stack_version: 0.1.0
compute_templates:
Expand Down Expand Up @@ -30,7 +30,7 @@ postgres_config:
- name: shared_preload_libraries
value: pg_stat_statements,pg_cron
- name: track_io_timing
value: 'on'
value: "on"
- name: wal_level
value: logical
trunk_installs:
Expand All @@ -48,7 +48,7 @@ trunk_installs:
version: 1.0.0
- name: wrappers
version: 0.2.0
- name: multicorn
- name: multicorn
version: 2.5.0
extensions:
- name: pg_stat_statements
Expand All @@ -60,7 +60,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: '11.1-7'
version: "11.1-7"
- name: pg_partman
locations:
- database: postgres
Expand All @@ -69,30 +69,30 @@ extensions:
- name: pg_cron
description: pg_cron
locations:
- database: postgres
enabled: true
version: 1.5.2
- database: postgres
enabled: true
version: 1.5.2
- name: postgres_fdw
description: postgres_fdw
locations:
- database: postgres
enabled: true
version: '1.1'
- database: postgres
enabled: true
version: "1.1"
- name: redis_fdw
description: redis_fdw
locations:
- database: postgres
enabled: true
version: 1.0.0
- database: postgres
enabled: true
version: 1.0.0
- name: wrappers
description: wrappers
locations:
- database: postgres
enabled: true
version: 0.2.0
- name: multicorn
description: multicorn
- database: postgres
enabled: true
version: 0.2.0
- name: multicorn
description: multicorn
locations:
- database: postgres
enabled: true
version: 2.5.0
- database: postgres
enabled: true
version: 2.5.0
Loading