diff options
Diffstat (limited to 'build')
| -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 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 |
