Skip to content

Commit 909c88a

Browse files
committed
Changed structure for pgstac connection.
1 parent 82ffdd5 commit 909c88a

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

charts/eoapi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ dependencies:
5454
repository: "https://devseed.com/eoapi-k8s/"
5555
condition: postgrescluster.enabled
5656
- name: eoapi-notifier
57-
version: 0.0.4
57+
version: 0.0.5
5858
repository: "oci://ghcr.io/developmentseed/charts"
5959
condition: eoapi-notifier.enabled

charts/eoapi/test-k3s-unittest-values.yaml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ eoapi-notifier:
6060
- type: pgstac
6161
config:
6262
channel: pgstac_items_change
63+
connection:
64+
existingSecret:
65+
name: "eoapi-test-pguser-eoapi"
66+
keys:
67+
username: "user"
68+
password: "password"
69+
host: "host"
70+
port: "port"
71+
database: "dbname"
6372
outputs:
6473
- type: cloudevents
6574
config:
@@ -77,14 +86,3 @@ eoapi-notifier:
7786
limits:
7887
cpu: "200m"
7988
memory: "128Mi"
80-
secrets:
81-
postgresql:
82-
create: false
83-
existingSecret:
84-
name: "eoapi-test-pguser-eoapi"
85-
keys:
86-
username: "user"
87-
password: "password"
88-
host: "host"
89-
port: "port"
90-
database: "dbname"

0 commit comments

Comments
 (0)