@@ -147,6 +147,7 @@ const LogsSection: React.FC<Props> = ({
.getLogPodValues(
"<TOKEN>",
{
+ namespace: currentChart?.namespace,
revision: initData.revision ?? currentChart.version.toString(),
match_prefix: currentChart.name,
},
@@ -1994,6 +1994,7 @@ const getGitlabFolderContent = baseApi<
const getLogPodValues = baseApi<
+ namespace?: string;
revision?: string;
match_prefix?: string;
start_range?: string;