Skip to content

Commit

Permalink
Fix typo in the apply manifest command
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshdeepGupta authored Jul 15, 2021
1 parent 4f5bdfa commit 978e457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ helm upgrade -i --create-namespace kubecost kubecost/cost-analyzer --namespace k
While Helm is the [recommended install path](http://kubecost.com/install) for Kubecost, these resources can alternatively be deployed staticly with the following command:<a name="manifest"></a>

```
kubectl apply -f https://raw.githubusercontent.com/kubecost/cost-analyzer-helm-chart/master/kubecost.yaml --namespace kubecost`
kubectl apply -f https://raw.githubusercontent.com/kubecost/cost-analyzer-helm-chart/master/kubecost.yaml --namespace kubecost
```

<br/><br/>
Expand Down

0 comments on commit 978e457

Please sign in to comment.