Skip to content

Commit

Permalink
Add debug stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kabicin committed Oct 30, 2024
1 parent 41d90a5 commit 64e7f64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/controller/ltpa_keys_sharing.go
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,9 @@ func (r *ReconcileOpenLiberty) generateLTPAConfig(instance *olv1.OpenLibertyAppl
err = r.GetClient().Get(context.TODO(), types.NamespacedName{Name: generateLTPAConfigJob.Name, Namespace: generateLTPAConfigJob.Namespace}, generateLTPAConfigJob)
if err != nil && kerrors.IsNotFound(err) {
err = r.CreateOrUpdate(generateLTPAConfigJob, nil, func() error {
fmt.Println("debug:")
fmt.Println("debug2: " + passwordEncryptionMetadata.Name)

ltpaConfig := &lutils.LTPAConfig{
Metadata: ltpaConfigMetadata,
SecretName: ltpaSecretRootName,
Expand Down

0 comments on commit 64e7f64

Please sign in to comment.