From a51bff8c956ab4c5d15d7275466067f94a8b3c2f Mon Sep 17 00:00:00 2001 From: Ishaan Mittal Date: Mon, 16 Dec 2024 19:43:13 +0530 Subject: [PATCH] update on installation values file --- .../provider-installations/openshift-kubecost-install.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 \ ```