kubeshark/cli/config/configStructs/installConfig.go
2022-03-09 17:52:55 +02:00

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"`
}