Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix minor typo

Signed-off-by: Timothy Ehlers <[email protected]>
  • Loading branch information
tehlers320 committed Aug 11, 2023
1 parent 5d714b0 commit 2f30172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ The project introduces the ArgoCD extension to enable Metrics on Resource tab.
kubectl apply -n argocd \
-f https://raw.githubusercontent.com/argoproj-labs/argocd-extension-metrics/main/manifests/install.yaml

kubectl apply -n argocd https://raw.githubusercontent.com/argoproj-labs/argocd-extension-metrics/main/manifests/configmap.yaml
kubectl apply -n argocd \
-f https://raw.githubusercontent.com/argoproj-labs/argocd-extension-metrics/main/manifests/configmap.yaml

```

Expand Down

0 comments on commit 2f30172

Please sign in to comment.