summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorming.tang <ming.tang@daocloud.io>2023-07-23 11:40:25 +0800
committerming.tang <ming.tang@daocloud.io>2023-07-23 12:18:10 +0800
commit37f146dabfc6b17cd9fc4f8945d15df15afc89dc (patch)
tree09e164c96922989087d39165ad27244cd3f488c1 /build
parentMerge pull request #4696 from Shelley-BaoYue/save-patchpod-meta (diff)
downloadkubeedge-37f146dabfc6b17cd9fc4f8945d15df15afc89dc.tar.gz
Fix EdgeApplication image path annotation error
Signed-off-by: ming.tang <ming.tang@daocloud.io>
Diffstat (limited to 'build')
-rw-r--r--build/crds/apps/apps_v1alpha1_edgeapplication.yaml8
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 0b720c231..4114dceec 100644
--- a/build/crds/apps/apps_v1alpha1_edgeapplication.yaml
+++ b/build/crds/apps/apps_v1alpha1_edgeapplication.yaml
@@ -91,10 +91,10 @@ spec:
case, the system will automatically detect image
fields if the resource type is Pod, ReplicaSet,
Deployment or StatefulSet by following rule:
- \ - Pod: spec/containers/<N>/image - ReplicaSet:
- spec/template/spec/containers/<N>/image -
- Deployment: spec/template/spec/containers/<N>/image
- \ - StatefulSet: spec/template/spec/containers/<N>/image
+ \ - Pod: /spec/containers/<N>/image - ReplicaSet:
+ /spec/template/spec/containers/<N>/image -
+ Deployment: /spec/template/spec/containers/<N>/image
+ \ - StatefulSet: /spec/template/spec/containers/<N>/image
In addition, all images will be processed if
the resource object has more than one containers.
\n If not nil, only images matches the filters