Skip to content

Commit

Permalink
Update kube_token_ttl to be of FLB_CONFIG_MAP_TIME type
Browse files Browse the repository at this point in the history
  • Loading branch information
andytson authored May 22, 2022
1 parent 0527e1a commit 8c84c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/filter_kubernetes/kubernetes.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ static struct flb_config_map config_map[] = {
"kubelet port to connect with when using kubelet"
},
{
FLB_CONFIG_MAP_INT, "kube_token_ttl", "10m",
FLB_CONFIG_MAP_TIME, "kube_token_ttl", "10m",
0, FLB_TRUE, offsetof(struct flb_kube, kube_token_ttl),
"kubelet token ttl"
},
Expand Down

0 comments on commit 8c84c59

Please sign in to comment.