From a7b33a1130aae4cba8f841ab8ba80a5b1c450a40 Mon Sep 17 00:00:00 2001 From: praneesha Date: Wed, 3 May 2023 14:38:59 +0530 Subject: [PATCH] Update examples/kubernetes-hello-world/kubernetes-hello-world.md Co-authored-by: Anjana Supun --- examples/kubernetes-hello-world/kubernetes-hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kubernetes-hello-world/kubernetes-hello-world.md b/examples/kubernetes-hello-world/kubernetes-hello-world.md index b00fbda61c..a42395397b 100644 --- a/examples/kubernetes-hello-world/kubernetes-hello-world.md +++ b/examples/kubernetes-hello-world/kubernetes-hello-world.md @@ -3,7 +3,7 @@ Ballerina supports generating Kubernetes artifacts from code without any additional configuration. This simplifies the experience of developing and deploying Ballerina code in the cloud. Code to Cloud builds the containers and required artifacts by deriving the required values from the code. If you want to override the default values taken by the compiler, you can use a `Cloud.toml` file. For more information, see [Code to Cloud deployment](/learn/run-in-the-cloud/code-to-cloud-deployment/). -::: kubernetes-hello-world.bal ::: +::: code kubernetes-hello-world.bal ::: Before you build the package, you need to override some default values taken by the compiler. To do this, create a filed named `Cloud.toml` in the package directory, and add the content below to it. For all the supported key value properties, see [Code to Cloud Specification](https://github.com/ballerina-platform/ballerina-spec/blob/master/c2c/code-to-cloud-spec.md).