Skip to content

Commit 07df44d

Browse files
authored
Merge pull request #1546 from ZephireNZ/patch-1
Fix Kubernetes Events DBSync config
2 parents 6033d31 + c9cf693 commit 07df44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/fluentbit/v1alpha2/plugins/input/kubernetes_events_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (k *KubernetesEvents) Params(_ plugins.SecretLoader) (*params.KVs, error) {
6161
kvs.Insert("DB", k.DB)
6262
}
6363
if k.DBSync != "" {
64-
kvs.Insert("DB_Sync", k.DBSync)
64+
kvs.Insert("DB.Sync", k.DBSync)
6565
}
6666
if k.IntervalSec != nil {
6767
kvs.Insert("Interval_Sec", fmt.Sprint(*k.IntervalSec))

0 commit comments

Comments
 (0)