From 37f146dabfc6b17cd9fc4f8945d15df15afc89dc Mon Sep 17 00:00:00 2001 From: "ming.tang" Date: Sun, 23 Jul 2023 11:40:25 +0800 Subject: Fix EdgeApplication image path annotation error Signed-off-by: ming.tang --- build/crds/apps/apps_v1alpha1_edgeapplication.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build') 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//image - ReplicaSet: - spec/template/spec/containers//image - - Deployment: spec/template/spec/containers//image - \ - StatefulSet: spec/template/spec/containers//image + \ - Pod: /spec/containers//image - ReplicaSet: + /spec/template/spec/containers//image - + Deployment: /spec/template/spec/containers//image + \ - StatefulSet: /spec/template/spec/containers//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 -- cgit v1.2.3