Skip to content

Commit

Permalink
Add missing -f flag in install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed May 16, 2024
1 parent dc577bd commit 9eea4d8
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 @@ -10,7 +10,7 @@ In a Kubernetes cluster, set up your AppSignal API key (find your *Front-end* AP

Then, add the AppSignal deployment to your cluster:

kubectl apply https://raw.githubusercontent.com/appsignal/appsignal-kubernetes/main/deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/appsignal/appsignal-kubernetes/main/deployment.yaml

AppSignal for Kubernetes will start sending Kubernetes automatically.

Expand Down

0 comments on commit 9eea4d8

Please sign in to comment.