Skip to content

Commit

Permalink
fix(docs): fix poll-interval -
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri committed Jul 20, 2023
1 parent 450ea44 commit 4772a24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/master/concepts/pods.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ CompositeResourceDefinitions.

For objects that Kubernetes can't provide a watch for, Crossplane
periodically poll the resource to find it's state. The default polling rate is
one minute. Change the polling rate with the `---poll-interval` pod argument.
one minute. Change the polling rate with the `--poll-interval` pod argument.

Reducing the poll-interval value causes Crossplane to poll resources more
frequently. This increases the load of the Crossplane pod and
Expand Down
2 changes: 1 addition & 1 deletion content/v1.11/concepts/pods.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ CompositeResourceDefinitions.

For objects that Kubernetes can't provide a watch for, Crossplane
periodically poll the resource to find it's state. The default polling rate is
one minute. Change the polling rate with the `---poll-interval` pod argument.
one minute. Change the polling rate with the `--poll-interval` pod argument.

Reducing the poll-interval value causes Crossplane to poll resources more
frequently. This increases the load of the Crossplane pod and
Expand Down
2 changes: 1 addition & 1 deletion content/v1.12/concepts/pods.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ CompositeResourceDefinitions.

For objects that Kubernetes can't provide a watch for, Crossplane
periodically poll the resource to find it's state. The default polling rate is
one minute. Change the polling rate with the `---poll-interval` pod argument.
one minute. Change the polling rate with the `--poll-interval` pod argument.

Reducing the poll-interval value causes Crossplane to poll resources more
frequently. This increases the load of the Crossplane pod and
Expand Down

0 comments on commit 4772a24

Please sign in to comment.