Skip to content

Commit

Permalink
Update addons.go
Browse files Browse the repository at this point in the history
  • Loading branch information
balasu authored Jul 12, 2021
1 parent e833905 commit 41e4977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/assets/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ var Addons = map[string]*Addon{
vmpath.GuestAddonsDir,
"portainer.yaml",
"0640"),
}, false, "portainer", "", nil, nil),
}, false, "portainer", "portainer.io", nil, nil),
}

// parseMapString creates a map based on `str` which is encoded as <key1>=<value1>,<key2>=<value2>,...
Expand Down

0 comments on commit 41e4977

Please sign in to comment.