fix: pass context to cert and cache

This commit is contained in:
Jacky 2025-05-05 01:36:39 +00:00
parent 910a2efbd9
commit 0162e10c53
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
7 changed files with 68 additions and 35 deletions

View file

@ -38,7 +38,9 @@ func Boot(ctx context.Context) {
InitNodeSecret,
InitCryptoSecret,
validation.Init,
cache.Init,
func() {
cache.Init(ctx)
},
CheckAndCleanupOTAContainers,
}