Skip to content

Commit 4b15c26

Browse files
hs0303krcw-Guo
authored andcommitted
fix: correct parameter name from client_certAuth to client_cert_auth
Fixes #1819 Signed-off-by: hs0303kr <[email protected]>
1 parent a77cbef commit 4b15c26

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
@@ -344,7 +344,7 @@ func (t *Transport) Params(_ plugins.SecretLoader) (*params.PluginStore, error)
344344
ps.InsertPairs("private_key_passphrase", fmt.Sprint(*t.PrivateKeyPassphrase))
345345
}
346346
if t.ClientCertAuth != nil {
347-
ps.InsertPairs("client_certAuth", fmt.Sprint(*t.ClientCertAuth))
347+
ps.InsertPairs("client_cert_auth", fmt.Sprint(*t.ClientCertAuth))
348348
}
349349
if t.CaCertPath != nil {
350350
ps.InsertPairs("ca_certPath", fmt.Sprint(*t.CaCertPath))

0 commit comments

Comments
 (0)