Files
homelab/cluster/platform/portworx-csi/application.yaml
Hermes Agent service account f375c9567f Switch Portworx deployment to manifest-based
Remove Helm chart source (repo URL invalid). Deploy via manifests only.
Operator must be installed separately via kubectl apply.
2026-06-18 23:16:36 -05:00

44 lines
1.4 KiB
YAML

# ------------------------------------------------------------------------------
# Platform: portworx-csi
# Wave 2 — no secret dependencies initially; must be ready before stateful workloads
#
# Portworx CSI driver for Pure Storage FlashArray on Talos Linux
# Provides high-performance block and file storage for Kubernetes workloads
#
# Installation flow:
# 1. External Secrets Operator (wave 1) creates px-pure-secret from 1Password
# 2. Portworx Operator deploys (via Helm chart)
# 3. StorageCluster CR provisions CSI driver components
# 4. StorageClasses become available for PVC provisioning
#
# Prerequisites:
# - FlashArray configured with API token in 1Password
# - Talos nodes configured with multipath and udev rules (via MachineConfig)
# - iSCSI initiators enabled on all nodes
# ------------------------------------------------------------------------------
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: portworx-csi
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
project: default
source:
repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
targetRevision: main
path: cluster/platform/portworx-csi
directory:
exclude: "application.yaml"
destination:
server: https://kubernetes.default.svc
namespace: portworx
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true