mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-14 01:35:34 -04:00
Replace interface{} -> any (#370)
This commit is contained in:
parent
7592143a69
commit
2d121d9243
18 changed files with 84 additions and 84 deletions
|
@ -9,7 +9,7 @@ package helm
|
|||
// Release bundles all information necessary to create a helm release.
|
||||
type Release struct {
|
||||
Chart []byte
|
||||
Values map[string]interface{}
|
||||
Values map[string]any
|
||||
ReleaseName string
|
||||
Wait bool
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue