Преглед изворни кода

remove dependence on helm_sh_revision

Alexander Belanger пре 3 година
родитељ
комит
fc83caf1c7
1 измењених фајлова са 0 додато и 1 уклоњено
  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 {