Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a new parameter for KeptnAppCreationRequest timeout in KeptnConfig #695

Closed
2 of 7 tasks
odubajDT opened this issue Jan 25, 2023 · 0 comments
Closed
2 of 7 tasks
Labels
enhancement New feature or request

Comments

@odubajDT
Copy link
Contributor

odubajDT commented Jan 25, 2023

Pre-requisites :

Goal

The goal of this ticket is to introduce a new parameter for KeptnAppCreationRequest timeout in KeptnConfig. The value of this parameter will be used as a length of the timeout for KeptnAppCreationRequest controller until it creates a KeptnApp for multi-service applications. Currently the value is hard-coded.

DoD

  • new parameter KeptnAppCreationRequestTimeout was introduced to the .spec of KeptnConfig CRD (default value would be 30)
  • the value of .spec.keptnAppCreationRequestTimeout is used in the KeptnAppCreationRequest controller as a timeout for waiting until KeptnApp for multi-service application is created
  • unit tests
  • integration tests

Acceptance criteria

  • KeptnAppCreationRequest controller uses the value of .spec.keptnAppCreationRequestTimeout as default timeout value for multi-service applications
@odubajDT odubajDT added enhancement New feature or request status: ready-for-refinement Issue is relevant for the next backlog refinment labels Jan 25, 2023
@thisthat thisthat removed the status: ready-for-refinement Issue is relevant for the next backlog refinment label Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

3 participants