File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ dependencies:
54
54
repository : " https://devseed.com/eoapi-k8s/"
55
55
condition : postgrescluster.enabled
56
56
- name : eoapi-notifier
57
- version : 0.0.4
57
+ version : 0.0.5
58
58
repository : " oci://ghcr.io/developmentseed/charts"
59
59
condition : eoapi-notifier.enabled
Original file line number Diff line number Diff line change @@ -60,6 +60,15 @@ eoapi-notifier:
60
60
- type : pgstac
61
61
config :
62
62
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"
63
72
outputs :
64
73
- type : cloudevents
65
74
config :
@@ -77,14 +86,3 @@ eoapi-notifier:
77
86
limits :
78
87
cpu : " 200m"
79
88
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"
You can’t perform that action at this time.
0 commit comments