Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 authored Oct 10, 2024
1 parent e6e3f7d commit f3edfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Define a Role and RoleBinding:
> *[role_binding.yml](./role_binding.yml)*
```sh
kubectl apply serviceaccount funnel-sa --namespace default
kubectl create serviceaccount funnel-sa --namespace default
kubectl apply -f role.yml
kubectl apply -f role_binding.yml
```
Expand Down

0 comments on commit f3edfec

Please sign in to comment.