diff --git a/install-and-configure/install/provider-installations/openshift-kubecost-install.md b/install-and-configure/install/provider-installations/openshift-kubecost-install.md index 361e7571b..b239a61fe 100644 --- a/install-and-configure/install/provider-installations/openshift-kubecost-install.md +++ b/install-and-configure/install/provider-installations/openshift-kubecost-install.md @@ -74,13 +74,7 @@ oc label namespace kubecost openshift.io/cluster-monitoring=true ```sh helm upgrade --install kubecost kubecost/cost-analyzer -n kubecost --create-namespace \ --f https://raw.githubusercontent.com/kubecost/cost-analyzer-helm-chart/<$VERSION>/cost-analyzer/values-openshift.yaml \ ---set global.prometheus.enabled=false \ ---set global.prometheus.kubeRBACProxy=true \ ---set global.platforms.openshift.createMonitoringClusterRoleBinding=true \ ---set global.platforms.openshift.createMonitoringResourceReaderRoleBinding=true \ ---set global.platforms.openshift.monitoringServiceAccountName=prometheus-k8s \ ---set serviceMonitor.enabled=true +-f https://raw.githubusercontent.com/kubecost/cost-analyzer-helm-chart/<$VERSION>/cost-analyzer/values-openshift-cluster-prometheus.yaml \ ```