diff options
| author | ming.tang <ming.tang@daocloud.io> | 2024-02-20 18:51:18 +0800 |
|---|---|---|
| committer | WillardHu <wei.hu@daocloud.io> | 2024-03-08 15:57:25 +0800 |
| commit | cd70514c555ebb5882002b66b2e09511935cd993 (patch) | |
| tree | 7a5443979a2bd7b1a91bcd252895988a9f57ba8f /build/crds/apps | |
| parent | Merge pull request #5455 from WillardHu/automated-cherry-pick-of-#5392-upstre... (diff) | |
| download | kubeedge-cd70514c555ebb5882002b66b2e09511935cd993.tar.gz | |
fix some character error
Signed-off-by: ming.tang <ming.tang@daocloud.io>
Diffstat (limited to 'build/crds/apps')
| -rw-r--r-- | build/crds/apps/apps_v1alpha1_edgeapplication.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/crds/apps/apps_v1alpha1_edgeapplication.yaml b/build/crds/apps/apps_v1alpha1_edgeapplication.yaml index ce3e48f5f..c550043b0 100644 --- a/build/crds/apps/apps_v1alpha1_edgeapplication.yaml +++ b/build/crds/apps/apps_v1alpha1_edgeapplication.yaml @@ -121,8 +121,8 @@ spec: - operator type: object type: array - envOverrides: - description: EnvOverrides will override the env field + envOverriders: + description: EnvOverriders will override the env field of the container items: description: EnvOverrider represents the rules dedicated @@ -338,8 +338,8 @@ spec: description: Replicas will override the replicas field of deployment type: integer - resourcesOverrides: - description: ResourcesOverrides will override the resources + resourcesOverriders: + description: ResourcesOverriders will override the resources field of the container items: description: ResourcesOverrider represents the rules |
