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
This is because the app discovery controller hardcodes a klt annotation if the app is autogenerated. This needs to change to "keptn" but we also need to keep for a while compatibility with old CR using "klt".
AC
Add an other annotion value set as 'keptn'
Make sure that both annotations are checked in the create function
When saving a new app CR only use the new annotation app.kubernetes.io/managed-by: "keptn"
When updating an app cr that has the old annotation replace it with app.kubernetes.io/managed-by: "keptn"
RealAnna
changed the title
Add a new annotation at app automatic creation that uses app.kubernetes.io/managed-by: "keptn"
Modify app autodiscovery annotation to app.kubernetes.io/managed-by: "keptn"
Oct 2, 2023
In Keptn Automatic App Discovery, we have a sample
KeptnApp
resource that includes the following:This is because the app discovery controller hardcodes a klt annotation if the app is autogenerated. This needs to change to "keptn" but we also need to keep for a while compatibility with old CR using "klt".
AC
app.kubernetes.io/managed-by: "keptn"
app.kubernetes.io/managed-by: "keptn"
The text was updated successfully, but these errors were encountered: