From 5ae47074d1e9d359fc00ea672f191ed269c1fa37 Mon Sep 17 00:00:00 2001 From: "Lei Zhang (Harry)" Date: Tue, 2 Feb 2021 10:32:01 -0800 Subject: [PATCH] Update docs/en/platform-engineers/overview.md Co-authored-by: Jianbo Sun --- docs/en/platform-engineers/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/platform-engineers/overview.md b/docs/en/platform-engineers/overview.md index 318fa66f7..f8d842a4f 100644 --- a/docs/en/platform-engineers/overview.md +++ b/docs/en/platform-engineers/overview.md @@ -48,7 +48,7 @@ spec: image: "nginx" - name: bar type: aliyun-oss # component type - bucket: "xxxxx" + bucket: "my-bucket" ``` Every `component` and `trait` in above abstraction is defined by platform team via `Definition` objects. For example, [`WorkloadDefinition`](https://github.com/oam-dev/kubevela/tree/master/config/samples/application#workload-definition) and [`TraitDefinition`](https://github.com/oam-dev/kubevela/tree/master/config/samples/application#scaler-trait-definition). As the end user, they only need to assemble these modules into an application. Also, if end user has any new requirements, the platform team could customize the module template in definitions by any time.