1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00
portainer/pkg/libhelm/options/install_options.go
Matt Hook 4fee359247
feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138)
* import libhelm and update some paths

* remove file

* update readme
2022-12-01 14:27:49 +13:00

12 lines
320 B
Go

package options
type InstallOptions struct {
Name string
Chart string
Namespace string
Repo string
Wait bool
ValuesFile string
PostRenderer string
KubernetesClusterAccess *KubernetesClusterAccess
}