Skip to content

Commit

Permalink
Merge pull request #29 from K-Phoen/fix-api-version
Browse files Browse the repository at this point in the history
Fix apiVersion declaration
  • Loading branch information
K-Phoen authored Jul 6, 2020
2 parents 6a9f0f9 + 523dff9 commit 23f9ff4
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 23f9ff4

Please sign in to comment.