Skip to content

Commit

Permalink
Update Readme to get webhook secret (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchross committed Jan 28, 2023
1 parent cff0bf3 commit d9e4457
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 @@ -430,7 +430,7 @@ Flux is pull-based by design meaning it will periodically check your git reposit
2. Webhook secret - Your webhook secret can be found by decrypting the `secret.sops.yaml` using the following command:

```sh
sops -d ./kubernetes/flux/config/webhooks/github/secret.sops.yaml | yq .stringData.token
sops -d ./kubernetes/apps/flux-system/addons/webhooks/github/secret.sops.yaml | yq .stringData.token
```

**Note:** Don't forget to update the `BOOTSTRAP_FLUX_GITHUB_WEBHOOK_SECRET` variable in your `.config.env` file so it matches the generated secret if applicable
Expand Down

0 comments on commit d9e4457

Please sign in to comment.