From 521eb0b8cc4dcbe6a79eff8856bfba05e979f4a0 Mon Sep 17 00:00:00 2001 From: Phoenix Date: Mon, 5 May 2025 11:45:29 +0200 Subject: [PATCH] keep pvc --- templates/image-server/pvc/image-storage.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/image-server/pvc/image-storage.yaml b/templates/image-server/pvc/image-storage.yaml index 98e3875..7af917f 100644 --- a/templates/image-server/pvc/image-storage.yaml +++ b/templates/image-server/pvc/image-storage.yaml @@ -3,9 +3,11 @@ kind: PersistentVolumeClaim metadata: name: ${TENANT_NAMESPACE}-image-storage namespace: ${TENANT_NAMESPACE} + annotations: + helm.sh/resource-policy: keep spec: accessModes: - ReadWriteOnce resources: requests: - storage: 120Gi \ No newline at end of file + storage: 120Gi