Skip to content

Commit

Permalink
remove extra tab spaces in Helm values file
Browse files Browse the repository at this point in the history
  • Loading branch information
mittal-ishaan committed Dec 26, 2024
1 parent ceba274 commit 60992e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cost-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@ global:
annotations: {} # Add annotations to the Route.
# host: kubecost.apps.okd4.example.com # Add a custom host for your Route.

# OPTIONAL. The following configs only to be enabled when using a Prometheus instance already installed in the cluster.
createMonitoringClusterRoleBinding: false # Create a ClusterRoleBinding to grant the Kubecost serviceaccount access to query Prometheus.
createMonitoringResourceReaderRoleBinding: false # Create a Role and Role Binding to allow Prometheus to list and watch Kubecost resources.
monitoringServiceAccountName: prometheus-k8s # Name of the Prometheus serviceaccount to bind to the Resource Reader Role Binding.
monitoringServiceAccountNamespace: openshift-monitoring # Namespace of the Prometheus serviceaccount to bind to the Resource Reader Role Binding.
# OPTIONAL. The following configs only to be enabled when using a Prometheus instance already installed in the cluster.
createMonitoringClusterRoleBinding: false # Create a ClusterRoleBinding to grant the Kubecost serviceaccount access to query Prometheus.
createMonitoringResourceReaderRoleBinding: false # Create a Role and Role Binding to allow Prometheus to list and watch Kubecost resources.
monitoringServiceAccountName: prometheus-k8s # Name of the Prometheus serviceaccount to bind to the Resource Reader Role Binding.
monitoringServiceAccountNamespace: openshift-monitoring # Namespace of the Prometheus serviceaccount to bind to the Resource Reader Role Binding.

# Create Security Context Constraint resources for the DaemonSets requiring additional privileges.
scc:
Expand Down

0 comments on commit 60992e8

Please sign in to comment.