Skip to content

Commit 9185a8f

Browse files
authored
Merge pull request #74 from rh-mobb/fixes-helm
added acm sdtuff
2 parents 56e9250 + 7c575ab commit 9185a8f

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

charts/portworx-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: portworx-operator
33
description: Helm chart for deploying Portworx Enterprise operator on ROSA HCP with workload identity (IRSA)
44
type: application
5-
version: 0.1.4
5+
version: 0.1.5
66
appVersion: "3.2"
77
dependencies:
88
- name: helper-status-checker

charts/portworx-operator/templates/storagecluster.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}
1114
spec:
1215
image: portworx/oci-monitor:{{ .Values.storageCluster.imageVersion }}
1316
imagePullPolicy: Always

charts/portworx-operator/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)