We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c117aab commit ff46b7aCopy full SHA for ff46b7a
server/src/kubero.ts
@@ -726,6 +726,7 @@ export class Kubero {
726
containerPort: 8080, //TODO use custom containerport
727
repository: pipeline.dockerimage, // FIXME: Maybe needs a lookup into buildpack
728
tag: "main",
729
+ command: [''],
730
pullPolicy: "Always",
731
fetch: pipeline.buildpack.fetch,
732
build: pipeline.buildpack.build,
0 commit comments