fix(proxmox-csi-plugin): fetch from Helm chart

This commit is contained in:
Vegard Hagen
2024-07-21 23:20:31 +02:00
parent 1eafca98b5
commit 4d2fe610e2
2 changed files with 8 additions and 43 deletions
@@ -1,31 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# - ns.yaml
- https://raw.githubusercontent.com/sergelogvinov/proxmox-csi-plugin/v0.7.0/docs/deploy/proxmox-csi-plugin-release.yml
- storage-class.yaml
#images:
# - name: ghcr.io/sergelogvinov/proxmox-csi-node
# newTag: edge
# - name: ghcr.io/sergelogvinov/proxmox-csi-controller
# newTag: edge
#helmCharts:
# - name: proxmox-csi-plugin
# repo: oci://ghcr.io/sergelogvinov/charts
# version: 0.2.5
# releaseName: proxmox-csi-plugin
# includeCRDs: true
# namespace: csi-proxmox
# valuesFile: values.yaml
#helmCharts:
# - name: proxmox-csi-plugin
# releaseName: proxmox-csi-plugin
# namespace: csi-proxmox
# repo: oci://ghcr.io/sergelogvinov/charts
# version: 0.2.5
# includeCRDs: true
# valuesFile: values.yaml
helmCharts:
- name: proxmox-csi-plugin
repo: oci://ghcr.io/sergelogvinov/charts
version: 0.2.5
releaseName: proxmox-csi-plugin
includeCRDs: true
namespace: csi-proxmox
valuesFile: values.yaml
@@ -1,15 +0,0 @@
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: proxmox-csi
allowVolumeExpansion: true
parameters:
csi.storage.k8s.io/fstype: ext4
storage: local-zfs
cache: writethrough
ssd: "true"
mountOptions:
- noatime
provisioner: csi.proxmox.sinextra.dev
reclaimPolicy: Retain
volumeBindingMode: WaitForFirstConsumer