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 7abf6e7 commit 2c61d4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployments/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ We recommend setting `DisableJobCleanup` to `true` for debugging - otherwise fai
## 3. Create a ConfigMap

```sh
lubectl apply configmap funnel-config --from-file=funnel-server-config.yml --from-file=funnel-worker-config.yml
kubectl apply configmap funnel-config --from-file=funnel-server-config.yml --from-file=funnel-worker-config.yml
```

## 4. Create a Service Account for Funnel
Expand All @@ -55,9 +55,9 @@ Define a Role and RoleBinding:
> *[role_binding.yml](./role_binding.yml)*
```sh
lubectl apply serviceaccount funnel-sa --namespace default
lubectl apply -f role.yml
lubectl apply -f role_binding.yml
kubectl apply serviceaccount funnel-sa --namespace default
kubectl apply -f role.yml
kubectl apply -f role_binding.yml
```

## 5. Create a Persistent Volume Claim
Expand Down

0 comments on commit 2c61d4b

Please sign in to comment.