Set reclaimPolicy to Retain in local-storage configuration

This commit is contained in:
Marco van Zijl 2025-05-10 10:30:28 +02:00
parent 1e1d81672e
commit dc1d90c5de

View File

@ -43,6 +43,7 @@ spec:
name: local-path name: local-path
annotations: annotations:
storageclass.kubernetes.io/is-default-class: "false" storageclass.kubernetes.io/is-default-class: "false"
reclaimPolicy: Retain
- patch: |- - patch: |-
apiVersion: v1 apiVersion: v1
kind: Namespace kind: Namespace