mirror of
https://github.com/rancher/rke.git
synced 2025-09-09 02:51:15 +00:00
Updated api bool fields with default=true to *bool. Go files
This commit is contained in:
@@ -81,7 +81,7 @@ func (c *Cluster) InvertIndexHosts() error {
|
||||
for k, v := range host.Labels {
|
||||
newHost.ToAddLabels[k] = v
|
||||
}
|
||||
newHost.IgnoreDockerVersion = c.IgnoreDockerVersion
|
||||
newHost.IgnoreDockerVersion = *c.IgnoreDockerVersion
|
||||
if c.BastionHost.Address != "" {
|
||||
// Add the bastion host information to each host object
|
||||
newHost.BastionHost = c.BastionHost
|
||||
|
Reference in New Issue
Block a user