Skip to content

Commit

Permalink
pganalyze: add db_name parameter. (#756)
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Stanton <[email protected]>
  • Loading branch information
EvanHStanton authored May 7, 2024
1 parent 49cd87c commit ca53c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tembo-stacks"
description = "Tembo Stacks for Postgres"
version = "0.7.0"
version = "0.7.1"
authors = ["tembo.io"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions tembo-stacks/src/apps/pganalyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ appServices:
env:
- name: DB_URL
valueFromPlatform: ReadWriteConnection
- name: DB_NAME
value: "postgres, *"
- name: PGA_API_SYSTEM_TYPE
value: tembo
storage:
Expand Down

0 comments on commit ca53c6d

Please sign in to comment.