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
Copy file name to clipboardExpand all lines: docs/reference/cluster_manifest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,6 +242,7 @@ These parameters are grouped directly under the `spec` key in the manifest.
242
242
It allows you to mount existing PersistentVolumeClaims, ConfigMaps and Secrets inside the StatefulSet.
243
243
Also an `emptyDir` volume can be shared between initContainer and statefulSet.
244
244
Additionaly, you can provide a `SubPath` for volume mount (a file in a configMap source volume, for example).
245
+
Set `isSubPathExpr` to true if you want to include [API environment variables](https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath-expanded-environment).
245
246
You can also specify in which container the additional Volumes will be mounted with the `targetContainers` array option.
246
247
If `targetContainers` is empty, additional volumes will be mounted only in the `postgres` container.
247
248
If you set the `all` special item, it will be mounted in all containers (postgres + sidecars).
0 commit comments