Fix incorrect exception message in CertUtils (#172)
This commit is contained in:
committed by
Brendan Burns
parent
a358cb9afd
commit
f488d54ce7
@@ -51,7 +51,7 @@ namespace k8s
|
||||
|
||||
if (keyData == null)
|
||||
{
|
||||
throw new KubeConfigException("certData is empty");
|
||||
throw new KubeConfigException("keyData is empty");
|
||||
}
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(config.ClientCertificateData))
|
||||
|
||||
Reference in New Issue
Block a user