You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KeptnEvaluation has a possibility to configure the number of retries (.spec.retries) and the retry interval (.spec.retryInterval). For a user using the lifecycle management functionality of Keptn it is not possible to configure those parameters via KeptnEvaluationDefinition as KeptnEvaluation is generated automatically by Keptn.
It is possible to configure them only if the user is creating KeptnEvaluation manually.
We should allow users to configure the above mentioned parameters via KeptnEvaluationDefinition in the same manner, as we currently have it for Keptn tasks in general
Description
KeptnEvaluation
has a possibility to configure the number of retries (.spec.retries
) and the retry interval (.spec.retryInterval
). For a user using the lifecycle management functionality of Keptn it is not possible to configure those parameters viaKeptnEvaluationDefinition
asKeptnEvaluation
is generated automatically by Keptn.It is possible to configure them only if the user is creating
KeptnEvaluation
manually.https://github.com/keptn/lifecycle-toolkit/blob/main/lifecycle-operator/apis/lifecycle/v1beta1/keptnevaluation_types.go#L52
https://github.com/keptn/lifecycle-toolkit/blob/main/lifecycle-operator/apis/lifecycle/v1beta1/keptnevaluationdefinition_types.go#L24
Expected behavior
We should allow users to configure the above mentioned parameters via
KeptnEvaluationDefinition
in the same manner, as we currently have it for Keptn tasks in generalhttps://github.com/keptn/lifecycle-toolkit/blob/main/lifecycle-operator/apis/lifecycle/v1beta1/keptntaskdefinition_types.go#L43
https://github.com/keptn/lifecycle-toolkit/blob/main/lifecycle-operator/apis/lifecycle/v1beta1/keptntask_types.go#L54
The text was updated successfully, but these errors were encountered: