Merge branch 'PT-2302_pt-k8s-debug-collector_cannot_pass_properly_to_pt-mysql-summary_PXC_root_password_with_special_characters' of github.com:percona/percona-toolkit into PT-2302_pt-k8s-debug-collector_cannot_pass_properly_to_pt-mysql-summary_PXC_root_password_with_special_characters

This commit is contained in:
Sveta Smirnova
2024-04-22 15:58:12 +03:00

View File

@@ -423,7 +423,7 @@ func (d *Dumper) getPodSummary(resource, podName, crName string, namespace strin
summCmdName = "pt-mysql-summary"
summCmdArgs = []string{"--host=127.0.0.1", "--port=" + port, "--user=root", "--password=" + string(pass)}
case "pg", "pgv2":
var kubeconfig string = ""
var kubeconfig string
if d.kubeconfig != "" {
kubeconfig = " --kubeconfig=" + d.kubeconfig
}