From c0c2bf90cd211e779d94a38855f62a1706d06930 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 7 Feb 2023 19:25:45 +0200 Subject: [PATCH] extend docs a bit --- library/common/1.0.0/docs/persistence.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/common/1.0.0/docs/persistence.md b/library/common/1.0.0/docs/persistence.md index 4ae9d6833c..f6a9e7d606 100644 --- a/library/common/1.0.0/docs/persistence.md +++ b/library/common/1.0.0/docs/persistence.md @@ -24,6 +24,10 @@ | persistence.[volume-name].targetSelector.[pod-name].[container-name] | `dict` | ❌ | ❌ | `{}` | Define a dict named after the container to mount the volume | | persistence.[volume-name].targetSelector.[pod-name].[container-name].mountPath | `string` | ❌ | ✅ | `[volume-name].mountPath` | Define the mountPath for the container | +> When `targetSelectAll` is `true`, it will define the volume to all pods (`targetSelector` is ignored in this case) +> When `targetSelector` is defined, referencing pod(s) it will define the volume to those pod(s) +> When `targetSelector` is a empty, it will define the volume to the primary pod + --- Appears in: