Przeglądaj źródła

remove dependence on helm_sh_revision

Alexander Belanger 3 lat temu
rodzic
commit
fc83caf1c7

+ 0 - 1
api/server/handlers/namespace/stream_pod_logs_loki.go

@@ -64,7 +64,6 @@ func (c *StreamPodLogsLokiHandler) ServeHTTP(w http.ResponseWriter, r *http.Requ
 	err = agent.StreamPorterAgentLokiLog([]string{
 	err = agent.StreamPorterAgentLokiLog([]string{
 		fmt.Sprintf("pod=%s", request.PodSelector),
 		fmt.Sprintf("pod=%s", request.PodSelector),
 		fmt.Sprintf("namespace=%s", request.Namespace),
 		fmt.Sprintf("namespace=%s", request.Namespace),
-		fmt.Sprintf("helm_sh_revision=%s", request.Revision),
 	}, string(startTime), request.SearchParam, 0, safeRW)
 	}, string(startTime), request.SearchParam, 0, safeRW)
 
 
 	if err != nil {
 	if err != nil {