Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apis/fluentd/v1alpha1/plugins/common/common_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (t *Transport) Params(_ plugins.SecretLoader) (*params.PluginStore, error)
ps.InsertPairs("private_key_passphrase", fmt.Sprint(*t.PrivateKeyPassphrase))
}
if t.ClientCertAuth != nil {
ps.InsertPairs("client_certAuth", fmt.Sprint(*t.ClientCertAuth))
ps.InsertPairs("client_cert_auth", fmt.Sprint(*t.ClientCertAuth))
}
if t.CaCertPath != nil {
ps.InsertPairs("ca_certPath", fmt.Sprint(*t.CaCertPath))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cw-Guo Fixed!

Expand Down
Loading