File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -118,12 +118,13 @@ func (te *Environment) Start() (*rest.Config, error) {
118
118
} else {
119
119
te .ControlPlane = integration.ControlPlane {}
120
120
te .ControlPlane .APIServer = & integration.APIServer {Args : defaultKubeAPIServerFlags }
121
+ te .ControlPlane .Etcd = & integration.Etcd {}
121
122
122
123
if os .Getenv (envKubeAPIServerBin ) == "" {
123
124
te .ControlPlane .APIServer .Path = defaultAssetPath ("kube-apiserver" )
124
125
}
125
126
if os .Getenv (envEtcdBin ) == "" {
126
- te .ControlPlane .Etcd = & integration. Etcd { Path : defaultAssetPath ("etcd" )}
127
+ te .ControlPlane .Etcd . Path = defaultAssetPath ("etcd" )
127
128
}
128
129
if os .Getenv (envKubectlBin ) == "" {
129
130
// we can't just set the path manually (it's behind a function), so set the environment variable instead
You can’t perform that action at this time.
0 commit comments