Charles Moulliard
Charles Moulliard
I will start from your shell script (https://github.com/christian-posta/ceposta-devops-ose/blob/master/gerrit-docker/conf-jenkins-user.sh) and see what we could do to create a jenkins user with Gerrit (https://github.com/christian-posta/ceposta-devops-ose/blob/master/gerrit-docker/conf-jenkins-user.sh#L56). As discussed yesterday, we could use REST -...
When we launch gerrit with the bash script `/home/gerrit/site/bin/gerrit.sh` we get this error `line 429: echo: write error: Permission denied` To reproduce it, run this command after starting the container...
When we run the script `conf-jenkins-user.sh`, we get this error ``` dabou:~/Temp/poc-demos-test/ceposta-devops-ose/gerrit-docker$ ./conf-jenkins-user.sh 192.168.59.103 32772 ssh_exchange_identification: Connection closed by remote host OR ./conf-jenkins-user.sh 192.168.59.103 29418 ssh: connect to host 192.168.59.103...
There is under bootstrap directory a script to print the docker port of Fuse `print-fuse-docker.sh` but no script to start Fuse Docker Container
According to docker gitlab doc, we can define fixed numbers for [HTTP/S & SSH ports](https://registry.hub.docker.com/u/sameersbn/gitlab/) ``` -p 10022:22 -p 10080:80 -e 'GITLAB_SSH_PORT=10022' -e 'GITLAB_PORT=443' ``` Suggestion : add fixed port...
- Ignore idea and _out directory - Add missing dot end of the DNS name - Update dependencies. To be controlled - Uncomment email and ApiSecretRef - Add script to...
## Question As the helm chart dont contain a namespace for several resources to be deployed excepted by example here - https://gist.github.com/cmoulliard/0aaa99004f930516c57902cefae2f89a#file-gadaddy-webhook-yaml-L1-L36, where should the resources be deployed (using default...
## Request Can you please add an example where the pod you will deploy according to the label added to webhook will be used to inject the self signed CA...
## Question Is it possible to better document how we can, post `Secret`, `SecretExport` and `Secret` Placeholder created consume the secret using the property `imagePullSecrets` within a Pod or Deployment...
## Issue We cannot force the client to reset the influxdb config using this command ``` influx setup -f Error: instance has already been set up ``` This is really...