Hugo

Results 7 comments of Hugo

on your computer: first add the helm repository ``` helm repo add jx3 https://jenkins-x-charts.github.io/repo ``` ``` helm upgrade --install \ --set url=$GITHUB_REPO_URL \ --set username=$GITHUB_BOT_NAME \ --set password=$GITHUB_BOT_TOKEN \ -n...

> > ``` > > helm repo add jx3 https://jenkins-x-charts.github.io/repo > > ``` > > Anyway command from instruction > > `jx admin operator --username ** --token ** --url=**` >...

you can replace: ``` app.mongo: class: Mongo arguments: [%app.mongo.server%, %pp.mongo.options%] app.mongodb: class: MongoDB arguments: [@app.mongo, %app.mongodb.name%] app.gridfs: class: MongoGridFS arguments: [@app.mongodb, %app.gridfs.prefix%] ``` By: ``` app.gridfs: class: MongoDB\GridFS\Bucket arguments: $databaseName:...