Sfoglia il codice sorgente

revert yaml parser to v2

Alexander Belanger 4 anni fa
parent
commit
beac72b04d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      internal/helm/postrenderer.go

+ 1 - 1
internal/helm/postrenderer.go

@@ -12,7 +12,7 @@ import (
 	"github.com/porter-dev/porter/internal/models"
 	"github.com/porter-dev/porter/internal/repository"
 	"golang.org/x/oauth2"
-	"gopkg.in/yaml.v3"
+	"gopkg.in/yaml.v2"
 	"helm.sh/helm/v3/pkg/postrender"
 
 	"github.com/docker/distribution/reference"