Skip to content

Commit

Permalink
update on installation values file
Browse files Browse the repository at this point in the history
  • Loading branch information
mittal-ishaan committed Dec 16, 2024
1 parent 95f6682 commit c6f74a6
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
```


Expand Down

0 comments on commit c6f74a6

Please sign in to comment.