diff --git a/integration/util/registry.go b/integration/util/registry.go index 5a4f2432..b0a0ef17 100644 --- a/integration/util/registry.go +++ b/integration/util/registry.go @@ -35,7 +35,7 @@ type Resource struct { // BootstrapConfiguration holds the required configuration to suite bootstrapping to connect and // where to receive post bootstrapping files and script. type BootstrapConfiguration struct { - LogFile string `json:"logFile"` + LogFile string `json:"logBootstrapFile"` PostBootstrapFile string `json:"postBootstrapFile"` PostBootstrapScript []string `json:"postBootstrapScript"` CaCert string `json:"caCert"`