From b91415a477ad34b70aa1e720459762ce40213663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 18 May 2017 18:09:50 +0100 Subject: [PATCH] sample pvc --- setup/sample-claim.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/sample-claim.yaml b/setup/sample-claim.yaml index b24a019..2489708 100644 --- a/setup/sample-claim.yaml +++ b/setup/sample-claim.yaml @@ -2,7 +2,7 @@ "apiVersion": "v1", "kind": "PersistentVolumeClaim", "metadata": { - "name": "pvc-test" + "name": "pvc-test", "annotations": { "volume.beta.kubernetes.io/storage-class": "hostpath-provisioner" }