Skip to content

Commit 74f0937

Browse files
committed
Make image ID pod work on openshift
1 parent 2c9e42f commit 74f0937

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/deployment/images.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ func (ib *imagesBuilder) fetchArangoDBImageIDAndVersion(ctx context.Context, ima
167167
args := []string{
168168
"--server.authentication=false",
169169
fmt.Sprintf("--server.endpoint=tcp://[::]:%d", k8sutil.ArangoPort),
170+
"--database.directory=" + k8sutil.ArangodVolumeMountDir,
171+
"--log.output=+",
170172
}
171173
terminationGracePeriod := time.Second * 30
172174
tolerations := make([]v1.Toleration, 0, 2)

0 commit comments

Comments
 (0)