Sfoglia il codice sorgente

remove dependence on helm_sh_revision

Alexander Belanger 3 anni fa
parent
commit
fc83caf1c7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      api/server/handlers/namespace/stream_pod_logs_loki.go

+ 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{
 		fmt.Sprintf("pod=%s", request.PodSelector),
 		fmt.Sprintf("namespace=%s", request.Namespace),
-		fmt.Sprintf("helm_sh_revision=%s", request.Revision),
 	}, string(startTime), request.SearchParam, 0, safeRW)
 
 	if err != nil {