Skip to content

Commit fb52259

Browse files
committed
fix manualUpdate per CR
1 parent 1dc3d37 commit fb52259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/splunk/enterprise/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ func updateManualAppUpdateConfigMapLocked(ctx context.Context, client splcommon.
15711571
}
15721572
if turnOffManualChecking {
15731573
scopedLog.Info("Turning off manual checking of apps update in per CR configmap", "Kind", kind)
1574-
status = "off"
1574+
configMap.Data["manualUpdate"] = "off"
15751575
}
15761576

15771577
err = splutil.UpdateResource(ctx, client, configMap)

0 commit comments

Comments
 (0)