Skip to content

Commit 42c8d06

Browse files
committed
fix: remove unnecessary properties from docker deployment in spec
Signed-off-by: Magyari Sandor Szilard <[email protected]>
1 parent eeaff71 commit 42c8d06

File tree

2 files changed

+4
-33
lines changed

2 files changed

+4
-33
lines changed

Diff for: wfsm/manifests/model_docker_deployment.go

+3-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: wfsm/spec/manifest.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,9 @@ components:
234234
referred. Can be omitted, in such case selection is not possible. -
235235
image:
236236
title: Agent Docker image
237-
description: Container image for the agent
237+
description: Container image built for the agent containing the agent and Workflow Server.
238238
type: string
239239
format: uri
240-
protocol:
241-
$ref: '#/components/schemas/AgentConnectProtocol'
242240
required:
243241
- type
244242
- image

0 commit comments

Comments
 (0)