mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138)
* import libhelm and update some paths * remove file * update readme
This commit is contained in:
parent
9cdc0da615
commit
4fee359247
29 changed files with 1328 additions and 0 deletions
12
pkg/libhelm/options/install_options.go
Normal file
12
pkg/libhelm/options/install_options.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package options
|
||||
|
||||
type InstallOptions struct {
|
||||
Name string
|
||||
Chart string
|
||||
Namespace string
|
||||
Repo string
|
||||
Wait bool
|
||||
ValuesFile string
|
||||
PostRenderer string
|
||||
KubernetesClusterAccess *KubernetesClusterAccess
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue