Skip to content

Commit

Permalink
minor fix for command
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Nov 7, 2024
1 parent c117aab commit ff46b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/kubero.ts
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ export class Kubero {
containerPort: 8080, //TODO use custom containerport
repository: pipeline.dockerimage, // FIXME: Maybe needs a lookup into buildpack
tag: "main",
command: [''],
pullPolicy: "Always",
fetch: pipeline.buildpack.fetch,
build: pipeline.buildpack.build,
Expand Down

0 comments on commit ff46b7a

Please sign in to comment.