From 18d181f36ac6c3a2a5aade15c265b96024dacbbd Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Fri, 8 Aug 2025 00:45:29 +0300 Subject: [PATCH] Disable csi-proxmox --- .../csi-proxmox}/README.md | 0 .../csi-proxmox}/kustomization.yaml | 0 argocd/applications/csi-proxmox.yaml | 21 ------------------- 3 files changed, 21 deletions(-) rename {csi-proxmox => _disabled/csi-proxmox}/README.md (100%) rename {csi-proxmox => _disabled/csi-proxmox}/kustomization.yaml (100%) delete mode 100644 argocd/applications/csi-proxmox.yaml diff --git a/csi-proxmox/README.md b/_disabled/csi-proxmox/README.md similarity index 100% rename from csi-proxmox/README.md rename to _disabled/csi-proxmox/README.md diff --git a/csi-proxmox/kustomization.yaml b/_disabled/csi-proxmox/kustomization.yaml similarity index 100% rename from csi-proxmox/kustomization.yaml rename to _disabled/csi-proxmox/kustomization.yaml diff --git a/argocd/applications/csi-proxmox.yaml b/argocd/applications/csi-proxmox.yaml deleted file mode 100644 index 4cb4930..0000000 --- a/argocd/applications/csi-proxmox.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: csi-proxmox - namespace: argocd -spec: - project: k-space.ee - source: - # also depends on git@git.k-space.ee:secretspace/kube.git - repoURL: git@git.k-space.ee:k-space/kube.git - targetRevision: HEAD - path: csi-proxmox - destination: - server: 'https://kubernetes.default.svc' - namespace: csi-proxmox - syncPolicy: - automated: - prune: true - syncOptions: - - CreateNamespace=true