Commit 802ed34
authored
chore: requeue immidiately after creating role (#165)
Description of changes:
Currently, after a role is created, we set the synced condition to
false, causing the controller to requeue the resource and process any
updates in 30 seconds (default requeue on non synced resource)
This is not an ideal use case for users who have thousands of resources,
and don't want to wait long for their resources to be processed/ready.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 22015a6 commit 802ed34
File tree
2 files changed
+2
-2
lines changed- pkg/resource/role
- templates/hooks/role
2 files changed
+2
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
0 commit comments