Skip to content

Commit

Permalink
feat: add ExternalSecret to sync wave task
Browse files Browse the repository at this point in the history
  • Loading branch information
cblain3 committed Jul 16, 2024
1 parent adb68bc commit 7bee161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sync/sync_tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func init() {
"IngressClass",
"Ingress",
"APIService",
"ExternalSecret",
}
for i, kind := range kinds {
// make sure none of the above entries are zero, we need that for custom resources
Expand Down

0 comments on commit 7bee161

Please sign in to comment.