Skip to content

Commit fc22b1a

Browse files
fix: regen docs
1 parent 2076d30 commit fc22b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sourcegraph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In addition to the documented values, all services also support the following va
5454
| codeInsightsDB.auth.database | string | `"codeinsights-db"` | Sets codeinsights-db database name |
5555
| codeInsightsDB.auth.existingSecret | string | `""` | Name of existing secret to use for Code Insights credentials The secret must contain the keys `user`, `password`, `database`, `host` and `port`. `auth.user`, `auth.password`, etc. are ignored if this is enabled |
5656
| codeInsightsDB.auth.host | string | `"database-1-sslmode-test.cwpsk693immt.us-west-2.rds.amazonaws.com"` | Sets codeinsights-db host |
57-
| codeInsightsDB.auth.password | string | `"TyeFZcSDoqIZh1ov4S5Y"` | Sets codeinsights-db password |
57+
| codeInsightsDB.auth.password | string | `""` | Sets codeinsights-db password |
5858
| codeInsightsDB.auth.port | string | `"5432"` | Sets codeinsights-db port |
5959
| codeInsightsDB.auth.sslmode | string | `"require"` | Sets codeinsights-db SSL mode |
6060
| codeInsightsDB.auth.user | string | `"postgres"` | Sets codeinsights-db username |

0 commit comments

Comments
 (0)