|
|
@ -131,6 +131,12 @@ objects: |
|
|
path: ${HOSTPATH_TO_USE} |
|
|
path: ${HOSTPATH_TO_USE} |
|
|
serviceAccount: hostpath-provisioner |
|
|
serviceAccount: hostpath-provisioner |
|
|
|
|
|
|
|
|
|
|
|
- apiVersion: storage.k8s.io/v1beta1 |
|
|
|
|
|
kind: StorageClass |
|
|
|
|
|
metadata: |
|
|
|
|
|
name: hostpath-provisioner |
|
|
|
|
|
provisioner: itix.fr/hostpath |
|
|
|
|
|
|
|
|
parameters: |
|
|
parameters: |
|
|
- description: Name of the Docker Image to be used for the Hostpath Provisioner DaemonSet. |
|
|
- description: Name of the Docker Image to be used for the Hostpath Provisioner DaemonSet. |
|
|
displayName: Hostpath Provisioner Docker Image |
|
|
displayName: Hostpath Provisioner Docker Image |
|
|
|