Skip to content

Commit

Permalink
docs: fix spacing in ScaledJob's overview section
Browse files Browse the repository at this point in the history
Signed-off-by: Anis Khan <[email protected]>
  • Loading branch information
aniskhan001 authored Oct 9, 2024
1 parent 072662c commit 29d1f79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/docs/2.15/reference/scaledjob-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ weight = 4000

## Overview

This specification describes the `ScaledJob` custom resource definition that defines the triggers and scaling behaviors use by KEDA

to scale jobs. The `.spec.ScaleTargetRef` section holds the reference to the job, defined in [_scaledjob_types.go_](https://github.com/kedacore/keda/blob/main/apis/keda/v1alpha1/scaledjob_types.go).
This specification describes the `ScaledJob` custom resource definition that defines the triggers and scaling behaviors use by KEDA to scale `Job` resources. The `.spec.ScaleTargetRef` section holds the reference to the job, defined in [_scaledjob_types.go_](https://github.com/kedacore/keda/blob/main/apis/keda/v1alpha1/scaledjob_types.go).

```yaml
apiVersion: keda.sh/v1alpha1
Expand Down

0 comments on commit 29d1f79

Please sign in to comment.