kubernetes: corrected spelling mistake in docs (#41439)
This commit is contained in:
parent
1c7acb09fa
commit
ca0e52edc3
@ -78,7 +78,7 @@ let
|
||||
};
|
||||
|
||||
caFile = mkOption {
|
||||
description = "${prefix} certificate authrority file used to connect to kube-apiserver.";
|
||||
description = "${prefix} certificate authority file used to connect to kube-apiserver.";
|
||||
type = types.nullOr types.path;
|
||||
default = cfg.caFile;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user