mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
fix(proxmox-csi-plugin): fetch from Helm chart
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user