Make storage class config dynamic (#14791)

Updating the storage class is already thread safe, so we can do this safely.
This commit is contained in:
Klaus Post
2022-04-21 12:07:33 -07:00
committed by GitHub
parent ddf84f8257
commit 96adfaebe1
2 changed files with 17 additions and 16 deletions

View File

@@ -169,6 +169,7 @@ var SubSystemsDynamic = set.CreateStringSet(
LoggerWebhookSubSys,
AuditWebhookSubSys,
AuditKafkaSubSys,
StorageClassSubSys,
)
// SubSystemsSingleTargets - subsystems which only support single target.