Skip to content

Commit

Permalink
fix: wrong kpm command for konfig library.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy committed Oct 8, 2023
1 parent 7ad1950 commit 59fa9c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/user_docs/guides/working-with-konfig/3-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The programming language of the project is KCL, not JSON/YAML which Kubernetes r
Enter stack dir `examples/appops/nginx-example/dev` and compile:

```bash
cd appops/nginx-example/dev && kpm run
cd examples/appops/nginx-example/dev && kpm run
```

The output YAML is:
Expand Down Expand Up @@ -126,7 +126,7 @@ The `image` attribute in the `Server` model is used to declare the application's
Recompile the configuration code to obtain the modified YAML output:

```shell
kcl
kpm run
```

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Server 模型中的 image 属性用于声明应用的业务容器镜像,我们
重新编译配置代码可以获得修改后的 YAML 输出:

```shell
kcl
kpm run
```

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Server 模型中的 image 属性用于声明应用的业务容器镜像,我们
重新编译配置代码可以获得修改后的 YAML 输出:

```shell
kcl
kpm run
```

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The programming language of the project is KCL, not JSON/YAML which Kubernetes r
Enter stack dir `examples/appops/nginx-example/dev` and compile:

```bash
cd appops/nginx-example/dev && kpm run
cd examples/appops/nginx-example/dev && kpm run
```

The output YAML is:
Expand Down Expand Up @@ -126,7 +126,7 @@ The `image` attribute in the `Server` model is used to declare the application's
Recompile the configuration code to obtain the modified YAML output:

```shell
kcl
kpm run
```

```yaml
Expand Down

0 comments on commit 59fa9c1

Please sign in to comment.