Skip to content

Commit fe64c66

Browse files
hs0303krcw-Guo
authored andcommitted
fix: correct parameter name from ca_certPath to ca_cert_path
Fix review comments for #1819 Signed-off-by: hs0303kr <[email protected]>
1 parent 4b15c26 commit fe64c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/fluentd/v1alpha1/plugins/common/common_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ func (t *Transport) Params(_ plugins.SecretLoader) (*params.PluginStore, error)
347347
ps.InsertPairs("client_cert_auth", fmt.Sprint(*t.ClientCertAuth))
348348
}
349349
if t.CaCertPath != nil {
350-
ps.InsertPairs("ca_certPath", fmt.Sprint(*t.CaCertPath))
350+
ps.InsertPairs("ca_cert_path", fmt.Sprint(*t.CaCertPath))
351351
}
352352
if t.CaPrivateKeyPath != nil {
353353
ps.InsertPairs("ca_private_key_path", fmt.Sprint(*t.CaPrivateKeyPath))

0 commit comments

Comments
 (0)