Skip to content

Commit

Permalink
Update examples/kubernetes-hello-world/kubernetes-hello-world.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anjana Supun <anjanasupun05@gmail.com>
  • Loading branch information
praneesha and xlight05 authored May 3, 2023
1 parent be6829b commit a7b33a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kubernetes-hello-world/kubernetes-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a7b33a1

Please sign in to comment.