Skip to content
Snippets Groups Projects
Unverified Commit ccf60fc9 authored by Robin Wallace's avatar Robin Wallace Committed by GitHub
Browse files

upcloud: Delete default reclaim policy (#9574)

parent a38a3e7d
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ metadata: ...@@ -7,7 +7,7 @@ metadata:
annotations: annotations:
storageclass.kubernetes.io/is-default-class: "{{ class.is_default | default(false) | ternary("true","false") }}" storageclass.kubernetes.io/is-default-class: "{{ class.is_default | default(false) | ternary("true","false") }}"
provisioner: storage.csi.upcloud.com provisioner: storage.csi.upcloud.com
reclaimPolicy: Retain reclaimPolicy: Delete
parameters: parameters:
{% for key, value in (class.parameters | default({})).items() %} {% for key, value in (class.parameters | default({})).items() %}
"{{ key }}": "{{ value }}" "{{ key }}": "{{ value }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment