From 61217f3ba91a2b703a42d52e0b3c84600fdbe958 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Mon, 20 Sep 2021 12:44:14 -0500 Subject: Remove references to kube being development At this point and even though we are always improving the play and generate kube functions, I would say it no longers needs to be denoted as under development. [NO TESTS NEEDED] Signed-off-by: Brent Baude --- pkg/domain/infra/abi/generate.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pkg/domain/infra/abi/generate.go') diff --git a/pkg/domain/infra/abi/generate.go b/pkg/domain/infra/abi/generate.go index 2d7bc15f5..1e614ce58 100644 --- a/pkg/domain/infra/abi/generate.go +++ b/pkg/domain/infra/abi/generate.go @@ -210,9 +210,7 @@ func generateKubeYAML(kubeKind interface{}) ([]byte, error) { func generateKubeOutput(content [][]byte) ([]byte, error) { output := make([]byte, 0) - header := `# Generation of Kubernetes YAML is still under development! -# -# Save the output of this file and use kubectl create -f to import + header := `# Save the output of this file and use kubectl create -f to import # it into Kubernetes. # # Created with podman-%s -- cgit v1.2.3-54-g00ecf