3
0
Fork 0
forked from mirrors/nixpkgs

kubernetes: corrected spelling mistake in docs (#41439)

This commit is contained in:
Geoffrey Huntley 2018-06-04 15:45:25 +10:00 committed by Orivej Desh
parent 1c7acb09fa
commit ca0e52edc3

View file

@ -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;
};