Skip to content

Commit

Permalink
Fix apiVersion declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Jul 6, 2020
1 parent 6a9f0f9 commit 523dff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/converter/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

type k8sDashboard struct {
APIVersion string
APIVersion string `yaml:"apiVersion"`
Kind string
Metadata map[string]string
Folder string
Expand Down

0 comments on commit 523dff9

Please sign in to comment.