Skip to content

Commit

Permalink
Merge pull request #2967 from yashsingh74/webhook-update
Browse files Browse the repository at this point in the history
📖 Updated the docs with the export keyword to enable the webhook.
  • Loading branch information
k8s-ci-robot committed Sep 26, 2022
2 parents e424cb8 + 35dd082 commit e5ced84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/book/src/cronjob-tutorial/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ your local code-run-test cycle, as we do below.
In a separate terminal, run

```bash
make run ENABLE_WEBHOOKS=false
export ENABLE_WEBHOOKS=false
make run
```

You should see logs from the controller about starting up, but it won't do
Expand Down

0 comments on commit e5ced84

Please sign in to comment.