From dfc18fd30f7617b07b8aad7a5766a368292ef2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 19 May 2017 11:34:55 +0100 Subject: [PATCH] add missing storage class --- setup/hostpath-provisioner-template.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup/hostpath-provisioner-template.yaml b/setup/hostpath-provisioner-template.yaml index e9cb939..066f802 100644 --- a/setup/hostpath-provisioner-template.yaml +++ b/setup/hostpath-provisioner-template.yaml @@ -131,6 +131,12 @@ objects: path: ${HOSTPATH_TO_USE} serviceAccount: hostpath-provisioner +- apiVersion: storage.k8s.io/v1beta1 + kind: StorageClass + metadata: + name: hostpath-provisioner + provisioner: itix.fr/hostpath + parameters: - description: Name of the Docker Image to be used for the Hostpath Provisioner DaemonSet. displayName: Hostpath Provisioner Docker Image