Skip to content

Commit 7bee161

Browse files
committed
feat: add ExternalSecret to sync wave task
1 parent adb68bc commit 7bee161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/sync/sync_tasks.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ func init() {
6060
"IngressClass",
6161
"Ingress",
6262
"APIService",
63+
"ExternalSecret",
6364
}
6465
for i, kind := range kinds {
6566
// make sure none of the above entries are zero, we need that for custom resources

0 commit comments

Comments
 (0)