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 2c61d4b commit e6e3f7d
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 @@ -43,7 +43,7 @@ We recommend setting `DisableJobCleanup` to `true` for debugging - otherwise fai
## 3. Create a ConfigMap

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

## 4. Create a Service Account for Funnel
Expand Down

0 comments on commit e6e3f7d

Please sign in to comment.