Skip to content

Commit

Permalink
Merge pull request operator-framework#508 from eriknelson/logfix
Browse files Browse the repository at this point in the history
Small log statement fix with olm requirements
  • Loading branch information
openshift-merge-robot authored Oct 11, 2018
2 parents 5b28d11 + caa3e44 commit fb715b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/operators/olm/requirements.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func (a *Operator) permissionStatus(csv *v1alpha1.ClusterServiceVersion) (bool,
checkPermissions := func(permissions []install.StrategyDeploymentPermissions, namespace string) {
for _, perm := range permissions {
saName := perm.ServiceAccountName
log.Infof("perm.ServiceName: %s", saName)
log.Infof("perm.ServiceAccountName: %s", saName)

var status v1alpha1.RequirementStatus
if stored, ok := statusesSet[saName]; !ok {
Expand Down

0 comments on commit fb715b2

Please sign in to comment.