Skip to content

Commit

Permalink
fixed the faq documantation example (#6239)
Browse files Browse the repository at this point in the history
Signed-off-by: Rahilsiddique <siddiquerahil19@gmail.com>

Signed-off-by: Rahilsiddique <siddiquerahil19@gmail.com>
  • Loading branch information
Rahilsiddique committed Jan 9, 2023
1 parent ee2e3fa commit 3cec7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/en/docs/faqs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func main() {
mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
Scheme: scheme,
// Specify that ImageStreamTag's should not be cached.
ClientBuilder: manager.NewClientBuilder().WithUncached(&imagev1.ImageStreamTag{}),
ClientDisableCacheFor: []client.Object{&imagev1.ImageStreamTag{}},
})
}
```
Expand Down

0 comments on commit 3cec7e2

Please sign in to comment.