feat: Use --dry-run=server to make lookup work properly while diff (#501)

Signed-off-by: iiiceoo <iiiceoo@foxmail.com>
This commit is contained in:
iiice_oo
2024-01-23 17:59:47 +08:00
committed by GitHub
parent 9481c9afed
commit e954b7a37c
6 changed files with 162 additions and 738 deletions

View File

@@ -2,7 +2,6 @@ package dashboard
import (
"context"
"github.com/komodorio/helm-dashboard/pkg/frontend"
"html"
"net/http"
"os"
@@ -11,6 +10,7 @@ import (
"github.com/gin-gonic/gin"
"github.com/komodorio/helm-dashboard/pkg/dashboard/handlers"
"github.com/komodorio/helm-dashboard/pkg/dashboard/objects"
"github.com/komodorio/helm-dashboard/pkg/frontend"
log "github.com/sirupsen/logrus"
)