Skip to content

Commit df200ea

Browse files
authored
fix(cat-gateway): aws vault kv (#2297)
* fix(deployment): aws vault * fix(deployment): aws vault
1 parent 7f2d351 commit df200ea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

catalyst-gateway/blueprint.cue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,26 +89,26 @@ project: {
8989
}
9090
"EVENT_DB_MAX_CONNECTIONS_SIZE": {
9191
secret: {
92-
name: "db-max-connections"
93-
key: "max-connections"
92+
name: "gateway"
93+
key: "db-max-connections"
9494
}
9595
}
9696
"EVENT_DB_MAX_LIFETIME": {
9797
secret: {
98-
name: "db-max-lifetime"
99-
key: "max-lifetime"
98+
name: "gateway"
99+
key: "db-max-lifetime"
100100
}
101101
}
102102
"EVENT_DB_MIN_IDLE": {
103103
secret: {
104-
name: "db-min-idle"
105-
key: "min-idle"
104+
name: "gateway"
105+
key: "db-min-idle"
106106
}
107107
}
108108
"EVENT_DB_CONNECTION_TIMEOUT": {
109109
secret: {
110-
name: "db-connection-timeout"
111-
key: "connection-timeout"
110+
name: "gateway"
111+
key: "db-connection-timeout"
112112
}
113113
}
114114
"INTERNAL_API_KEY": {

0 commit comments

Comments
 (0)