-
Notifications
You must be signed in to change notification settings - Fork 126
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
remove user-visible klt strings from helm chart #2015
Comments
This is not just a Helm change. That annotation is core to the functionality of KLT / Keptn. Changing only this in the Helm chart will cause the deployments to fail. There are checks all over the KeptnAppCreationRequest controller than not only check for, but actively create resources with this name. lifecycle-toolkit/lifecycle-operator/controllers/lifecycle/keptnappcreationrequest/controller.go Line 239 in 17ef13a
|
As @agardnerIT mentioned, we need to make sure that both the old klt annotation and the new keptn one are accepted in the logic at line103 so that we can have a smooth transition between the two installations. |
Need to scrub the Helm Chart for
klt
strings that are user-visible as part of the 7 Sept 2023 product name change.For example, in Use Keptn Automatic App Discovery, we have a sample
KeptnApp
resource that includes the following:After this is fixed, update the aforementioned doc page.
AC
Depends on
The text was updated successfully, but these errors were encountered: