Skip to content

Commit 7d7d501

Browse files
committed
fixed YAML to json
1 parent 079c6ec commit 7d7d501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/Sidecars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Below is an example of a complete sidecar configuration:
5757

5858
## Container Configuration
5959

60-
To configure a sidecar container in HKube, you must define the container settings in YAML format. In addition to essential fields like `image` and `name`, you can specify various options related to Kubernetes containers, such as resource limits and environment variables.
60+
To configure a sidecar container in HKube, you must define the container settings in json format. In addition to essential fields like `image` and `name`, you can specify various options related to Kubernetes containers, such as resource limits and environment variables.
6161

6262
You can find all possible container configuration fields by running:
6363
```bash

0 commit comments

Comments
 (0)