- Notifications
You must be signed in to change notification settings - Fork948
Commit39ed0c3
docs: simplify PostgreSQL setup by using 'postgresql' as release name (#18754)
Fixes#18751Use `postgresql` as the Helm release name instead of `coder-db` to makethe service name more intuitive and eliminate confusion entirely.## Changes- Changed `helm install coder-db bitnami/postgresql` to `helm installpostgresql bitnami/postgresql`- Updated PostgreSQL URLs from`coder-db-postgresql.coder.svc.cluster.local` to`postgresql.coder.svc.cluster.local`- Removed explanatory notes about service naming (no longer needed)## Benefits✅ Makes examples work out-of-the-box for most users✅ Uses the most straightforward and intuitive release name✅ Eliminates confusion about service naming entirely✅ Simpler documentation without complex explanations## Testing- Verified that `helm install postgresql bitnami/postgresql` createsservice named `postgresql`- Confirmed this approach works with the connection URL`postgresql.coder.svc.cluster.local`Suggested by@EdwardAngert as a cleaner solution than explaining theservice naming dependency.---------Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>1 parent10c1e36 commit39ed0c3
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
0 commit comments
Comments
(0)