Skip to content

Commit dc2aa5a

Browse files
authored
Update README.md
1 parent 7a74f7c commit dc2aa5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/AWS/AWS-EKS/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
103103
1. Exectute the command:
104104
`helm repo add prometheus-community https://prometheus-community.github.io/helm-charts`
105105
2. Execute the command:
106-
106+
`
107107
helm install my-prometheus --repo https://prometheus-community.github.io/helm-charts prometheus \
108108
--namespace prometheus --create-namespace \
109109
--set pushgateway.enabled=false \
110110
--set alertmanager.enabled=false \
111111
-f https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/prometheus/extraScrapeConfigs.yaml
112-
112+
`
113113
## Deploying OpenCost
114114
1. Execute the command:
115115
`kubectl apply --namespace opencost -f https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/opencost.yaml`

0 commit comments

Comments
 (0)