Skip to content
Snippets Groups Projects
Commit c40b14ff authored by xeruf's avatar xeruf
Browse files

overrides: retain local path storage volumes

parent c6a169fa
No related branches found
No related tags found
No related merge requests found
apiVersion: v1
kind: ConfigMap
metadata:
name: stackspin-local-path-provisioner-override
data:
values.yaml: |
storageClass:
reclaimPolicy: Retain
# https://github.com/rancher/local-path-provisioner?tab=readme-ov-file#storage-classes
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: local-path-retain
provisioner: cluster.local/local-path-provisioner
reclaimPolicy: Retain
volumeBindingMode: WaitForFirstConsumer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment