remove extra
This commit is contained in:
parent
c622e609bd
commit
facfa621e3
2 changed files with 0 additions and 16 deletions
|
@ -4,4 +4,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
- ./sc-local-hostpath-nvme1.yaml
|
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue