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
KLT fallbacks to search for a KeptnTaskDefinition in the ns in which it's deployed if it cannot find it in the ns of the KeptnApp
Technical details
Currently, KLT only looks for KeptnTaskDefinition in the same namespace in which the KeptnApp is defined. If the task is not found, it will stop with an error. We should provide a fallback to look into the same ns in which KLT is deployed. If a task is found there, it will be executed. Otherwise, it will stop the deployment with an error.
DoD
Unit tests
KLT has a fallback search for KeptnTaskDefinition in its ns
The text was updated successfully, but these errors were encountered:
Goal
KLT fallbacks to search for a
KeptnTaskDefinition
in the ns in which it's deployed if it cannot find it in the ns of theKeptnApp
Technical details
Currently, KLT only looks for
KeptnTaskDefinition
in the same namespace in which theKeptnApp
is defined. If the task is not found, it will stop with an error. We should provide a fallback to look into the same ns in which KLT is deployed. If a task is found there, it will be executed. Otherwise, it will stop the deployment with an error.DoD
KeptnTaskDefinition
in its nsThe text was updated successfully, but these errors were encountered: