Commit 94d833f
helm: Output database-specific connection command
When the helm chart finishes installing, it prints out instructions for
connecting to the newly created deployment. Previously, these
instructions were only provided for mysql, and they were provided
regardless of the database type.
This commit looks at adapter.type and prints out the appropriate mysql
or psql command accordingly.
Refs: REA-2744
Change-Id: Iad41b5cfb9271b9c1eb906cdefa878a2849e09a6
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/5533
Tested-by: Buildkite CI
Reviewed-by: Jason Camp <[email protected]>1 parent 9b50ec9 commit 94d833f
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments