Add namespace to `pod_values` query on the frontend
@@ -147,6 +147,7 @@ const LogsSection: React.FC<Props> = ({
.getLogPodValues(
"<TOKEN>",
{
+ namespace: currentChart?.namespace,
revision: initData.revision ?? currentChart.version.toString(),
match_prefix: currentChart.name,
},
@@ -1954,6 +1954,7 @@ const getGitlabFolderContent = baseApi<
const getLogPodValues = baseApi<
+ namespace?: string;
revision?: string;
match_prefix?: string;
start_range?: string;