Skip to content

Commit 7a09f8c

Browse files
authored
Merge pull request #77 from rh-mobb/fixes-helm
added acm sdtuff
2 parents b83b5bc + 3301dec commit 7a09f8c

3 files changed

Lines changed: 7 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.7
5+
version: 0.1.9
66
appVersion: "3.6"
77
dependencies:
88
- name: helper-status-checker

charts/portworx-operator/templates/storagecluster.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ spec:
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

charts/portworx-operator/values.yaml

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

0 commit comments

Comments
 (0)