Skip to content

Commit

Permalink
ensureCert
Browse files Browse the repository at this point in the history
  • Loading branch information
stuggi committed Sep 28, 2023
1 parent 1d83a83 commit ef2388f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/certmanager/certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ func Cert(
namespace string,
labels map[string]string,
spec certmgrv1.CertificateSpec,

) *certmgrv1.Certificate {
return &certmgrv1.Certificate{
ObjectMeta: metav1.ObjectMeta{
Expand Down Expand Up @@ -200,6 +199,7 @@ func EnsureCert(
Group: issuer.GroupVersionKind().Group,
},
SecretName: certSecretName,
// TODO Usages for client cert??
},
)

Expand Down

0 comments on commit ef2388f

Please sign in to comment.