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.7
5+ version : 0.1.9
66appVersion : " 3.6"
77dependencies :
88 - name : helper-status-checker
Original file line number Diff line number Diff line change 2626 enabled : true
2727 autopilot :
2828 enabled : true
29+ providers :
30+ - name : default
31+ type : prometheus
32+ params :
33+ url : {{ .Values.storageCluster.autopilotPrometheusUrl | default "https://thanos-querier.openshift-monitoring.svc.cluster.local:9091" }}
2934 {{- if .Values.storageCluster.iamRoleArn }}
3035 env :
3136 - name : PX_CLOUD_IDENTITY
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ storageCluster:
2020 imageVersion : " 3.6.1"
2121 syncWave : 5
2222 smallNode : false
23+ autopilotPrometheusUrl : " https://thanos-querier.openshift-monitoring.svc.cluster.local:9091"
2324 cloudStorage :
2425 deviceSpecs :
2526 - type : gp3
You can’t perform that action at this time.
0 commit comments