Skip to content

Commit 5ac00fd

Browse files
authored
Correct value for resource value "cluster_ca_certificate" (#6)
1 parent 80611a8 commit 5ac00fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minikube/resource_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func getClusterOutputs(kc *kubeconfig.Settings) (string, string, string, string,
188188
return "", "", "", "", err
189189
}
190190

191-
ca, err := state_utils.ReadContents(kc.ClientCertificate)
191+
ca, err := state_utils.ReadContents(kc.CertificateAuthority)
192192
if err != nil {
193193
return "", "", "", "", err
194194
}

0 commit comments

Comments
 (0)