fix typo in kubernetes

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2018-12-11 12:14:33 -06:00
parent 8645df84db
commit 37cbfadcc9

View File

@ -88,7 +88,7 @@ func generateKubeYAMLCmd(c *cli.Context) error {
return err return err
} }
header := `# Generation of Kubenetes YAML is still under development! header := `# Generation of Kubernetes YAML is still under development!
# #
# Save the output of this file and use kubectl create -f to import # Save the output of this file and use kubectl create -f to import
# it into Kubernetes. # it into Kubernetes.