Skip to content
Snippets Groups Projects
Commit 7b1f9b70 authored by Derek Su's avatar Derek Su
Browse files

test: use reclaimPolicy Delete instead


Retain will make the condition check in pod_test.go failed.

Signed-off-by: default avatarDerek Su <derek.su@suse.com>
parent 86469fa3
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,4 @@ parameters: ...@@ -7,4 +7,4 @@ parameters:
nodePath: /opt/local-path-provisioner nodePath: /opt/local-path-provisioner
pathPattern: "{{ .PVC.Namespace }}/{{ .PVC.Name }}" pathPattern: "{{ .PVC.Namespace }}/{{ .PVC.Name }}"
volumeBindingMode: WaitForFirstConsumer volumeBindingMode: WaitForFirstConsumer
reclaimPolicy: Retain reclaimPolicy: Delete
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment