Commit fdef709
committed
Fix TLSInputReadyCondition
When GlanceAPI's reconciler is executed, it checks for the provided Input,
including TLS related info. If we're not failing (err is not nil), but
the operation is still in progress, we should use the proper InputReady
message as Reason instead the InitMessage. This patch fixes it and fix
the condition with the proper message.
Signed-off-by: Francesco Pantano <[email protected]>1 parent e5cff17 commit fdef709
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
667 | | - | |
668 | | - | |
| 667 | + | |
| 668 | + | |
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
| |||
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
692 | | - | |
693 | | - | |
| 692 | + | |
| 693 | + | |
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
| |||
0 commit comments