Skip to content

Commit

Permalink
fix: 401 error for correct username and password in JiraServer (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmotso authored and MykolaMarusenko committed Jul 30, 2024
1 parent 312b593 commit 6ebe529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/jiraserver/jiraserver_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ func (r *ReconcileJiraServer) Reconcile(ctx context.Context, request reconcile.R
}

i.Status.Status = statusFinished
i.Status.DetailedMessage = ""

log.Info("Reconciling JiraServer has been finished")

Expand Down

0 comments on commit 6ebe529

Please sign in to comment.