Skip to content

Commit 425059c

Browse files
authored
Merge branch 'main' into sourcegraph-pricing
2 parents 0833f3d + 5503733 commit 425059c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/admin/deploy/kubernetes/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ data:
103103
password: ""
104104
port: ""
105105
user: ""
106+
pgsslmode: "require" # optional, enable if using SSL
106107
---
107108
apiVersion: v1
108109
kind: Secret
@@ -115,6 +116,7 @@ data:
115116
password: ""
116117
port: ""
117118
user: ""
119+
pgsslmode: "require" # optional, enable if using SSL
118120
---
119121
apiVersion: v1
120122
kind: Secret
@@ -127,6 +129,7 @@ data:
127129
password: ""
128130
port: ""
129131
user: ""
132+
pgsslmode: "require" # optional, enable if using SSL
130133
```
131134
132135
The above Secrets should be deployed to the same namespace as the existing Sourcegraph deployment.
@@ -163,6 +166,7 @@ pgsql:
163166
user: "new-user"
164167
password: "new-password"
165168
port: "5432"
169+
pgsslmode: "require" # optional, enable if using SSL
166170
```
167171

168172
#### Using external Redis instances

0 commit comments

Comments
 (0)