openebs-archive / jiva-operator

Kubernetes Operator for managing Jiva Volumes via custom resource.
https://openebs.io
Apache License 2.0
46 stars 44 forks source link

Helm chart missing CRDs #187

Open adubkov opened 2 years ago

adubkov commented 2 years ago
$ cat storagepool.yaml
  apiVersion: openebs.io/v1alpha1
  kind: StoragePool
  metadata:
      name: gpdpool
      type: hostdir
  spec:
      path: "/mnt/disk1"

$ kubectl -n openebs apply -f storagepool.yaml
error: unable to recognize "storagepool.yaml": no matches for kind "StoragePool" in version "openebs.io/v1alpha1"