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.
This commit is contained in:
@@ -25,21 +25,12 @@ metadata:
|
|||||||
argocd.argoproj.io/sync-wave: "2"
|
argocd.argoproj.io/sync-wave: "2"
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
source:
|
||||||
# Source 1: Portworx Operator Helm chart from Portworx
|
repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
|
||||||
- repoURL: https://portworx.github.io/px-operator
|
targetRevision: main
|
||||||
chart: px-operator
|
path: cluster/platform/portworx-csi
|
||||||
targetRevision: 26.2.0
|
directory:
|
||||||
helm:
|
exclude: "application.yaml"
|
||||||
valueFiles:
|
|
||||||
- $values/cluster/platform/portworx-csi/operator-values.yaml
|
|
||||||
# Source 2: Repo — StorageCluster spec, StorageClasses, ExternalSecret
|
|
||||||
- repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
|
|
||||||
targetRevision: main
|
|
||||||
path: cluster/platform/portworx-csi
|
|
||||||
ref: values
|
|
||||||
directory:
|
|
||||||
exclude: "application.yaml"
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: portworx
|
namespace: portworx
|
||||||
|
|||||||
Reference in New Issue
Block a user