Skip to content

Commit

Permalink
fix manualUpdate per CR
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekr-splunk committed Nov 19, 2024
1 parent 1dc3d37 commit fb52259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/splunk/enterprise/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ func updateManualAppUpdateConfigMapLocked(ctx context.Context, client splcommon.
}
if turnOffManualChecking {
scopedLog.Info("Turning off manual checking of apps update in per CR configmap", "Kind", kind)
status = "off"
configMap.Data["manualUpdate"] = "off"
}

err = splutil.UpdateResource(ctx, client, configMap)
Expand Down

0 comments on commit fb52259

Please sign in to comment.