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