Set reclaimPolicy to Retain in local-storage configuration
This commit is contained in:
parent
1e1d81672e
commit
dc1d90c5de
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user