Skip to content

Commit 409740e

Browse files
committed
Add managedStatus value from commandline
1 parent 6082910 commit 409740e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/ansible/operator/operator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ func Run(done chan error, mgr manager.Manager, watchesPath string, reconcilePeri
4444
GVK: gvk,
4545
Runner: runner,
4646
ReconcilePeriod: reconcilePeriod,
47+
ManagedStatus: managedStatus,
4748
}
4849
d, ok := runner.GetReconcilePeriod()
4950
if ok {

0 commit comments

Comments
 (0)