File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
docs/admin/deploy/kubernetes Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ data:
103103 password : " "
104104 port : " "
105105 user : " "
106+ pgsslmode : " require" # optional, enable if using SSL
106107---
107108apiVersion : v1
108109kind : Secret
@@ -115,6 +116,7 @@ data:
115116 password : " "
116117 port : " "
117118 user : " "
119+ pgsslmode : " require" # optional, enable if using SSL
118120---
119121apiVersion : v1
120122kind : Secret
@@ -127,6 +129,7 @@ data:
127129 password : " "
128130 port : " "
129131 user : " "
132+ pgsslmode : " require" # optional, enable if using SSL
130133` ` `
131134
132135The 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
You can’t perform that action at this time.
0 commit comments