File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : portworx-operator
33description : Helm chart for deploying Portworx Enterprise operator on ROSA HCP with workload identity (IRSA)
44type : application
5- version : 0.1.4
5+ version : 0.1.5
66appVersion : " 3.2"
77dependencies :
88 - name : helper-status-checker
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ metadata:
88 argocd.argoproj.io/sync-wave : {{ .Values.storageCluster.syncWave | default "5" | quote }}
99 argocd.argoproj.io/sync-options : SkipDryRunOnMissingResource=true,Validate=false
1010 portworx.io/service-account : portworx
11+ {{- if .Values.storageCluster.smallNode }}
12+ portworx.io/misc-args : " -rt_opts small_conf=1"
13+ {{- end }}
1114spec :
1215 image : portworx/oci-monitor:{{ .Values.storageCluster.imageVersion }}
1316 imagePullPolicy : Always
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ storageCluster:
1919 iamRoleArn : " "
2020 imageVersion : " 3.2.1"
2121 syncWave : 5
22+ smallNode : false
2223 cloudStorage :
2324 deviceSpecs :
2425 - type : gp3
You can’t perform that action at this time.
0 commit comments