Skip to content

Commit

Permalink
Merge pull request #78 from port-labs/PORT-9251-Bug-K8s-exporter-conf…
Browse files Browse the repository at this point in the history
…igmap-and-search-relations

Upgraded yaml version usage
  • Loading branch information
omby8888 authored Aug 1, 2024
2 parents b8a691e + 617033a commit ecc101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/joho/godotenv"
"github.com/port-labs/port-k8s-exporter/pkg/port"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
"k8s.io/klog/v2"
)

Expand Down

0 comments on commit ecc101e

Please sign in to comment.