Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 339b6c8

Browse files
committed
fix: repo.GetAppDetails().Helm.GetParameterValueByName not get helm.values
1 parent 4bc7268 commit 339b6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/argocd/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func (svc *argoCDService) GetAppDetails(ctx context.Context, appSource *v1alpha1
159159
}
160160
}
161161

162-
fmt.Printf("-------appDetail.Helm.FileParameters: %v\n", appDetail.Helm.FileParameters)
162+
fmt.Printf("-------appSource.Helm.Parameters: %v\n", appSource.Helm.Parameters)
163163
fmt.Printf("-------appDetail.Helm.Parameters: %v\n", appDetail.Helm.Parameters)
164164
}
165165

0 commit comments

Comments
 (0)