Skip to content

Commit 9da1b66

Browse files
committed
[library-chart] RPostgres install instructions
1 parent 93e25ad commit 9da1b66

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

charts/library-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: library-chart
3-
version: 1.7.10
3+
version: 1.7.11
44
type: library

charts/library-chart/templates/_secret_postgresql_discovery.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ stringData:
4141
{{- if first (include "library-chart.getOnyxiaDiscoverySecrets" (list .Release.Namespace "postgres") | fromJsonArray) }}
4242
The connection to your PostgreSQL service is already preconfigured in your service.
4343
{{- if regexMatch "^r|r$" .Chart.Name }}
44+
Install the `RPostgres` package using `install.packages("RPostgres")`, then:
4445
```r
4546
library(DBI)
4647
conn <- dbConnect(RPostgres::Postgres())

0 commit comments

Comments
 (0)