diff --git a/setup/sample-claim.yaml b/setup/sample-claim.yaml index 6cadae3..b24a019 100644 --- a/setup/sample-claim.yaml +++ b/setup/sample-claim.yaml @@ -3,8 +3,9 @@ "kind": "PersistentVolumeClaim", "metadata": { "name": "pvc-test" - "annotations": - "volume.beta.kubernetes.io/storage-class": "hostpath-provisioner" + "annotations": { + "volume.beta.kubernetes.io/storage-class": "hostpath-provisioner" + } }, "spec": { "accessModes": [ "ReadWriteOnce" ],