Skip to content

Commit

Permalink
PT-2299 - collect openssl x509 certificate information for each secret
Browse files Browse the repository at this point in the history
- Typo in MongoDB and MySQL SSL secrets
  • Loading branch information
svetasmirnova committed May 21, 2024
1 parent 6ae7a4a commit f430b96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/go/pt-k8s-debug-collector/dumper/dumper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
},
)
Expand All @@ -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"},
},
)
Expand Down

0 comments on commit f430b96

Please sign in to comment.