You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this problem still exists.
this problem has nothing todo with the helm-chart.
it is more about the kubernetes backend and the service that should be created by a job
but there is no option to pass a service port into this by the .woodpecker.yml
and the job terminates on creation with the error of: is invalid: spec.ports: Required value
there is something within the schema.json defined, nothing in the documentation. But even when setting a port in the array im getting the same error.
Originally posted by @J-Ha in #1238 (comment)
this problem still exists.
this problem has nothing todo with the helm-chart.
it is more about the kubernetes backend and the service that should be created by a job
the service of the job awaits a port:
https://github.com/woodpecker-ci/woodpecker/blob/next-release/1.0.3/pipeline/backend/kubernetes/service.go#L26
but there is no option to pass a service port into this by the
.woodpecker.yml
and the job terminates on creation with the error of:
is invalid: spec.ports: Required value
there is something within the schema.json defined, nothing in the documentation. But even when setting a port in the array im getting the same error.
https://github.com/woodpecker-ci/woodpecker/blob/v1.0.3/pipeline/schema/schema.json#L580
The text was updated successfully, but these errors were encountered: