mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-06 12:27:56 +00:00
PT-2299 - collect openssl x509 certificate information for each secret
- Typo in MongoDB and MySQL SSL secrets
This commit is contained in:
@@ -199,7 +199,7 @@ func New(location, namespace, resource string, kubeconfig string, forwardport st
|
||||
},
|
||||
sslSecret{
|
||||
secret: "{{ .Name }}-ca-cert",
|
||||
resource: "pxc",
|
||||
resource: "ps",
|
||||
dataNames: []string{"ca.crt", "tls.crt"},
|
||||
},
|
||||
)
|
||||
@@ -212,12 +212,12 @@ func New(location, namespace, resource string, kubeconfig string, forwardport st
|
||||
},
|
||||
sslSecret{
|
||||
secret: "{{ .Name }}-ssl-internal",
|
||||
resource: "pxc",
|
||||
resource: "psmdb",
|
||||
dataNames: []string{"ca.crt", "tls.crt"},
|
||||
},
|
||||
sslSecret{
|
||||
secret: "{{ .Name }}-ca-cert",
|
||||
resource: "pxc",
|
||||
resource: "psmdb",
|
||||
dataNames: []string{"ca.crt", "tls.crt"},
|
||||
},
|
||||
)
|
||||
|
Reference in New Issue
Block a user