Skip to content

Commit

Permalink
docker-k8s: Back to Retain
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Coffman committed Jan 18, 2018
1 parent abcda8f commit f203071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure/docker-storageclass-broker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ apiVersion: storage.k8s.io/v1
metadata:
name: kafka-broker
provisioner: docker.io/hostpath
reclaimPolicy: Delete
reclaimPolicy: Retain
2 changes: 1 addition & 1 deletion configure/docker-storageclass-zookeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ apiVersion: storage.k8s.io/v1
metadata:
name: kafka-zookeeper
provisioner: docker.io/hostpath
reclaimPolicy: Delete
reclaimPolicy: Retain

0 comments on commit f203071

Please sign in to comment.