Skip to content

Commit

Permalink
docs: fix CRD api version for EvaluationProvider and EvaluationDefini…
Browse files Browse the repository at this point in the history
…tion (#449)

Co-authored-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
nlamirault and mowies authored Nov 22, 2022
1 parent 3eb47d0 commit d4c6716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ as part of pre- and post-analysis phases of a workload or application.
A Keptn evaluation definition looks like the following:

```yaml
apiVersion: keptn.sh/v1
apiVersion: lifecycle.keptn.sh/v1alpha1
kind: KeptnEvaluationDefinition
metadata:
name: my-prometheus-evaluation
Expand All @@ -344,7 +344,7 @@ pre- and post-analysis phases of a workload or application.
A Keptn evaluation provider looks like the following:

```yaml
apiVersion: keptn.sh/v1
apiVersion: lifecycle.keptn.sh/v1alpha1
kind: KeptnEvaluationProvider
metadata:
name: prometheus
Expand Down

0 comments on commit d4c6716

Please sign in to comment.