Skip to content

Commit

Permalink
docs: fix wrong indentation of analysis status field in CRD reference (
Browse files Browse the repository at this point in the history
…#3162)

Signed-off-by: RealAnna <anna.reale@dynatrace.com>
  • Loading branch information
RealAnna committed Mar 3, 2024
1 parent 34b3aeb commit 1804716
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/docs/reference/crd-reference/analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@ status:
If the namespace is not specified,
the analysis controller looks for the `AnalysisDefinition` resource
in the same namespace as the `Analysis` resource.
- **status** -- results of this Analysis run,
added to the resource by Keptn,
based on criteria defined in the `AnalysisDefinition` resource.

- **warning** -- Whether the analysis returned a warning.
- **raw** -- String-encoded JSON object that reports the results
of evaluating one or more objectives or metrics.
See
[Interpreting Analysis results](#interpreting-analysis-results)
for details.
- **state** -- Set to `Completed` or `Progressing` as appropriate.
- **status** -- results of this Analysis run,
added to the resource by Keptn,
based on criteria defined in the `AnalysisDefinition` resource.

- **warning** -- Whether the analysis returned a warning.
- **raw** -- String-encoded JSON object that reports the results
of evaluating one or more objectives or metrics.
See
[Interpreting Analysis results](#interpreting-analysis-results)
for details.
- **state** -- Set to `Completed` or `Progressing` as appropriate.

## Interpreting Analysis results

Expand Down

0 comments on commit 1804716

Please sign in to comment.