# manila-provisioner-operator **Repository Path**: mirrors_openshift/manila-provisioner-operator ## Basic Information - **Project Name**: manila-provisioner-operator - **Description**: Operator for the manilla provisioner - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # manilla-provisioner-operator Operator for the manilla provisioner ## Usage ### OLM > TODO ### YAML 1. Create CRD, namespace, RBAC rules, service account, & operator ``` $ oc apply -f ./deploy/ ``` 2. Create a CR ``` $ oc create -f ./deploy/crds/manila_v1alpha1_manilaprovisioner_cr.yaml -n=openshift-manila-provisioner-operator ```