diff --git a/kubernetes/apps/openebs-system/openebs/app/kustomization.yaml b/kubernetes/apps/openebs-system/openebs/app/kustomization.yaml index dc5bcf7..17cbc72 100644 --- a/kubernetes/apps/openebs-system/openebs/app/kustomization.yaml +++ b/kubernetes/apps/openebs-system/openebs/app/kustomization.yaml @@ -4,4 +4,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./helmrelease.yaml - - ./sc-local-hostpath-nvme1.yaml diff --git a/kubernetes/apps/openebs-system/openebs/app/sc-local-hostpath-nvme1.yaml b/kubernetes/apps/openebs-system/openebs/app/sc-local-hostpath-nvme1.yaml deleted file mode 100644 index 47a1046..0000000 --- a/kubernetes/apps/openebs-system/openebs/app/sc-local-hostpath-nvme1.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: storage.k8s.io/v1 -kind: StorageClass -metadata: - name: local-hostpath-nvme1 - annotations: - openebs.io/cas-type: local - cas.openebs.io/config: | - - name: StorageType - value: hostpath - - name: BasePath - value: /var/mnt/nvme1 -provisioner: openebs.io/local -allowVolumeExpansion: true -reclaimPolicy: Delete -volumeBindingMode: WaitForFirstConsumer