@@ -446,12 +446,12 @@ type BuildOptions struct {
446446
447447// DeploymentConfig defines the configuration how the devspace should be deployed
448448type DeploymentConfig struct {
449- Name string `yaml:"name" json:"name"`
450- Namespace string `yaml:"namespace,omitempty" json:"namespace,omitempty"`
451- Disabled bool `yaml:"disabled,omitempty" json:"disabled,omitempty"`
452- Helm * HelmConfig `yaml:"helm,omitempty" json:"helm,omitempty"`
453- Kubectl * KubectlConfig `yaml:"kubectl,omitempty" json:"kubectl,omitempty"`
454- Concurrency bool `yaml:"concurrency ,omitempty" json:"concurrency ,omitempty"`
449+ Name string `yaml:"name" json:"name"`
450+ Namespace string `yaml:"namespace,omitempty" json:"namespace,omitempty"`
451+ Disabled bool `yaml:"disabled,omitempty" json:"disabled,omitempty"`
452+ Helm * HelmConfig `yaml:"helm,omitempty" json:"helm,omitempty"`
453+ Kubectl * KubectlConfig `yaml:"kubectl,omitempty" json:"kubectl,omitempty"`
454+ Concurrent bool `yaml:"concurrent ,omitempty" json:"concurrent ,omitempty"`
455455}
456456
457457// ComponentConfig holds the component information
0 commit comments