Skip to content

Commit

Permalink
fixes to the Receiver documentation
Browse files Browse the repository at this point in the history
refs #436

Signed-off-by: Max Jonas Werner <max@e13.dev>
  • Loading branch information
makkes committed Mar 20, 2023
1 parent 36bf745 commit abc4991
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/spec/v1beta2/receivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ spec:

### Events

`.spec.events` in an optional field to specify a list of webhook payload event
`.spec.events` is an optional field to specify a list of webhook payload event
types this Receiver should act on. If left empty, no filtering is applied and
any (valid) payload is handled.

Expand All @@ -629,7 +629,7 @@ called.

A resource entry contains the following fields:

- `apiVersion`: The Flux Custom Resource API group and version, such as
- `apiVersion` (Optional): The Flux Custom Resource API group and version, such as
`source.toolkit.fluxcd.io/v1beta2`.
- `kind`: The Flux Custom Resource kind, supported values are `Bucket`,
`GitRepository`, `Kustomization`, `HelmRelease`, `HelmChart`,
Expand Down Expand Up @@ -669,7 +669,7 @@ stringData:

### Interval

`.spec.interval` is a required field with a default of ten minutes that specifies
`.spec.interval` is an optional field with a default of ten minutes that specifies
the time interval at which the controller reconciles the provider with its Secret
reference.

Expand Down

0 comments on commit abc4991

Please sign in to comment.