Browse Source

Make the hostpath provisioner the default storage class

pull/2/head
Nicolas Massé 9 years ago
parent
commit
fead59c8fa
  1. 2
      setup/hostpath-provisioner-template.yaml

2
setup/hostpath-provisioner-template.yaml

@ -135,6 +135,8 @@ objects:
kind: StorageClass
metadata:
name: hostpath-provisioner
annotations:
storageclass.beta.kubernetes.io/is-default-class: "true"
provisioner: itix.fr/hostpath
parameters:

Loading…
Cancel
Save