Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
abe garcia committed Jan 9, 2024
1 parent abf6976 commit bd7726b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/kubernetes/unstructured.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func ToUnstructured(manifest map[string]interface{}) (unstructured.Unstructured,

// If annotations exist in manifest and are map[string]interface, attempt to convert to map[string]string
annotations := make(map[string]string, len(m))

for k, v := range annotationsMap {
if str, ok := v.(string); ok {
annotations[k] = str
Expand Down

0 comments on commit bd7726b

Please sign in to comment.