-
Notifications
You must be signed in to change notification settings - Fork 515
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
fix: app status fix for helm apps which are deployed via acd #3746
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -1298,6 +1305,12 @@ func (impl InstalledAppServiceImpl) fetchResourceTreeForACD(rctx context.Context | |||
} | |||
// TODO: using this resp.Status to update in app_status table | |||
resourceTree = util3.InterfaceToMapAdapter(resp) | |||
resourceTree, status := impl.checkHibernate(resourceTree, deploymentAppName, ctx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change status
to isHibernating
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
b518f6c
Kudos, SonarCloud Quality Gate passed!
|
Description
Scale workload status (deployment status and app status) not showing for helm chart which is deployed with argocd
Fixes #3485
How Has This Been Tested?
Checklist: