We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d95486 commit 950d7dfCopy full SHA for 950d7df
cmd/certificates-test-harness/main.go
@@ -32,10 +32,7 @@ func run() error {
32
return fmt.Errorf(`error building a Kubernetes client: %w`, err)
33
}
34
35
- certificates, err := certification.NewCertificates(ctx, k8sClient)
36
- if err != nil {
37
- return fmt.Errorf(`error occurred creating certificates: %w`, err)
38
- }
+ certificates := certification.NewCertificates(ctx, k8sClient)
39
40
err = certificates.Initialize()
41
if err != nil {
0 commit comments