fix: speed up native branch follower refresh
This commit is contained in:
@@ -14,7 +14,7 @@ export function runNativeHwlabControlPlaneRefresh(
|
||||
jobName: string,
|
||||
): { jobName: string; namespace: string; result: NativeK8sJobResult } {
|
||||
const namespace = registry.controller.namespace;
|
||||
const result = runNativeK8sJob(namespace, jobName, nativeHwlabControlPlaneRefreshJobManifest(registry, follower, spec, observedSha, jobName), timeoutSeconds, "control-plane-refresh");
|
||||
const result = runNativeK8sJob(namespace, jobName, nativeHwlabControlPlaneRefreshJobManifest(registry, follower, spec, observedSha, jobName), timeoutSeconds, "control-plane-refresh", registry.controller.budgets);
|
||||
return { jobName, namespace, result };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user