Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Nov 29, 2023
1 parent cdc9454 commit 6173f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controllers/certmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (r *Reconciler) setupTLS(ctx context.Context, cr *model.CryostatInstance) (
if namespaceSecret.Data == nil {
namespaceSecret.Data = map[string][]byte{}
}
namespaceSecret.Data["corev1.TLSCertKey"] = secret.Data["corev1.TLSCertKey"]
namespaceSecret.Data[corev1.TLSCertKey] = secret.Data[corev1.TLSCertKey]
return nil
})
if err != nil {
Expand Down

0 comments on commit 6173f58

Please sign in to comment.