From b8bcf95107cbdf8ef0d5f82be149400cb79e46ee Mon Sep 17 00:00:00 2001 From: Ovidio Mallo Date: Thu, 8 Dec 2016 23:32:06 +0100 Subject: [PATCH] Some renaming --- deployment/{persistent-volumes.yaml => volumes.yaml} | 2 ++ 1 file changed, 2 insertions(+) rename deployment/{persistent-volumes.yaml => volumes.yaml} (86%) diff --git a/deployment/persistent-volumes.yaml b/deployment/volumes.yaml similarity index 86% rename from deployment/persistent-volumes.yaml rename to deployment/volumes.yaml index 52f0779..3f3f0c7 100644 --- a/deployment/persistent-volumes.yaml +++ b/deployment/volumes.yaml @@ -3,6 +3,8 @@ apiVersion: v1 kind: PersistentVolume metadata: name: disk-1 + labels: + durability: permanent spec: capacity: storage: 10Gi