From b2af45e762623f4b06941c8868f8654f0a972de0 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 14 Dec 2023 11:16:56 +0100 Subject: [PATCH] keep strucutre data pvc --- deploy/df-wiki/templates/pvc-structure.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/df-wiki/templates/pvc-structure.yaml b/deploy/df-wiki/templates/pvc-structure.yaml index ec9612a0..bb54db3f 100644 --- a/deploy/df-wiki/templates/pvc-structure.yaml +++ b/deploy/df-wiki/templates/pvc-structure.yaml @@ -2,6 +2,9 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: name: structure-data-pvc + annotations: + "helm.sh/resource-policy": keep + spec: accessModes: - ReadWriteMany -- GitLab