You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It allows you to mount existing PersistentVolumeClaims, ConfigMaps and Secrets inside the StatefulSet.
249
249
Also an `emptyDir` volume can be shared between initContainer and statefulSet.
250
-
Additionaly, you can provide a `SubPath` for volume mount (a file in a configMap source volume, for example).
250
+
Additionally, you can provide a `SubPath` for volume mount (a file in a configMap source volume, for example).
251
251
Set `isSubPathExpr` to true if you want to include [API environment variables](https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath-expanded-environment).
252
252
You can also specify in which container the additional Volumes will be mounted with the `targetContainers` array option.
253
253
If `targetContainers` is empty, additional volumes will be mounted only in the `postgres` container.
@@ -257,7 +257,7 @@ These parameters are grouped directly under the `spec` key in the manifest.
257
257
## Prepared Databases
258
258
259
259
The operator can create databases with default owner, reader and writer roles
260
-
without the need to specifiy them under `users` or `databases` sections. Those
260
+
without the need to specify them under `users` or `databases` sections. Those
261
261
parameters are grouped under the `preparedDatabases` top-level key. For more
262
262
information, see [user docs](../user.md#prepared-databases-with-roles-and-default-privileges).
0 commit comments