Skip to content

Commit

Permalink
logging error when secret is missing
Browse files Browse the repository at this point in the history
Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com>
  • Loading branch information
srikumar003 committed May 23, 2024
1 parent 963c78c commit 7007424
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func checkAndExtractObjectStorageAccess(cr *datasets.DatasetInternal, rc *Datase
}
}
} else {
checkObjectStorageLogger.Info("No secret was provided with the spec", cr.Name)
checkObjectStorageLogger.Info("No secret was provided with the spec", "Dataset.Name", cr.ObjectMeta.Name)
secretOK = false
}

Expand Down

0 comments on commit 7007424

Please sign in to comment.