Skip to content

Commit

Permalink
Merge pull request #239 from kube-tarian/fix-app-releasename
Browse files Browse the repository at this point in the history
add release name to get apps config
  • Loading branch information
vramk23 authored Oct 14, 2023
2 parents 88c911c + 84f1f19 commit db21693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/pkg/api/app_config_mapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ func mapAgentAppsToServerResp(appDataList []*agentpb.AppData) []*serverpb.Cluste
clusterAppConfigs := make([]*serverpb.ClusterAppConfig, len(appDataList))
for index, appConfig := range appDataList {
var clusterAppConfig serverpb.ClusterAppConfig
clusterAppConfig.ReleaseName = appConfig.Config.ReleaseName
clusterAppConfig.AppName = appConfig.Config.AppName
clusterAppConfig.Version = appConfig.Config.Version
clusterAppConfig.Category = appConfig.Config.Category
Expand Down

0 comments on commit db21693

Please sign in to comment.