mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-15 02:58:48 +00:00
7 lines
243 B
Go
7 lines
243 B
Go
package configStructs
|
|
|
|
type InstallConfig struct {
|
|
TemplateUrl string `yaml:"template-url" default:"https://storage.googleapis.com/static.up9.io/mizu/helm-template"`
|
|
TemplateName string `yaml:"template-name" default:"helm-template.yaml"`
|
|
}
|