Skip to content

Commit

Permalink
fix: Use number type for the port input as per kube manifest requirem…
Browse files Browse the repository at this point in the history
…ents

Signed-off-by: Dimitris Kargatzis <dkargatzis@gmail.com>
  • Loading branch information
dkargatzis committed Mar 8, 2024
1 parent f4e5b9a commit 8e8e947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
required: true
port:
description: 'The port should match the one specified in the service Dockerfile and is used for routing external traffic to the application.'
type: boolean
type: number
required: true
helm_path:
description: 'The path of the chart which defines the Kubernetes resources and configurations used for deploying the application to EKS.'
Expand Down

0 comments on commit 8e8e947

Please sign in to comment.