Skip to content

Commit b4fc956

Browse files
committed
try update auth
1 parent 2894667 commit b4fc956

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

controllers/om/automation_status.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,8 @@ func checkAutomationStatusIsGoal(as *AutomationStatus, relevantProcesses []strin
141141
// isAuthenticationTransitionMove returns true if the given move is related to authentication transitions
142142
func isAuthenticationTransitionMove(move string) bool {
143143
authMoves := map[string]struct{}{
144-
"RestartMongod": {},
145-
"UpdateAuth": {},
146-
"UpdateConfig": {},
147-
"WaitForHealthy": {},
148-
"InitiateReplSet": {},
144+
"UpdateAuth": {},
145+
"WaitAuthUpdate": {},
149146
}
150147

151148
_, ok := authMoves[move]

0 commit comments

Comments
 (0)