Skip to content

Commit 215a426

Browse files
committed
Removing 'Docker' from 'Compose' - fixes
Signed-off-by: Arne Broering <arne.broering@siemens.com>
1 parent 4924c80 commit 215a426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/margo-api-reference/workload-api/application-package-api/application-description.linkml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ slots:
561561
description: >-
562562
Indicates the components's deployment configuration.
563563
The values are `helm.v3` to indicate the component's package format is Helm version 3
564-
and -compose` to indicate the component's package format is a Compose file.
564+
and `compose` to indicate the component's package format is a Compose file.
565565
When installing the application on a device supporting the Kubernetes platform all `helm.v3` components,
566566
and only `helm.v3` components, will be provided to the device in same order they are listed in the application description file.
567567
When installing the application on a device supporting Compose all `compose` components,

system-design/margo-api-reference/workload-api/application-package-api/application-description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Represents a deployment configuration for the application. <br>
7171

7272
| Attribute | Type | Required? | Description |
7373
| --- | --- | --- | --- |
74-
| type | string | Y | Indicates the components's deployment configuration. The values are `helm.v3` to indicate the component's package format is Helm version 3 and -compose` to indicate the component's package format is a Compose file. When installing the application on a device supporting the Kubernetes platform all `helm.v3` components, and only `helm.v3` components, will be provided to the device in same order they are listed in the application description file. When installing the application on a device supporting Compose all `compose` components, and only `compose` components, will be provided to the device in the same order they are listed in the application description file. The device will install the components in the same order they are listed in the application description file.|
74+
| type | string | Y | Indicates the component's deployment configuration. The values are `helm.v3` to indicate the component's package format is Helm version 3 and `compose` to indicate the component's package format is a Compose file. When installing the application on a device supporting the Kubernetes platform, all `helm.v3` components, and only `helm.v3` components, will be provided to the device in the same order they are listed in the application description file. When installing the application on a device supporting Compose, all `compose` components, and only `compose` components, will be provided to the device in the same order they are listed in the application description file. The device will install the components in the same order they are listed in the application description file.|
7575
| components | []Component | Y | Component element indicating the components to deploy when installing the application. See the [Component](#component-attributes) section below.|
7676

7777

0 commit comments

Comments
 (0)