Darin London
Darin London
I can override the CI/CD configuration file in my gitlab project CI/CD General settings. It would be nice if lab either allowed me to override the name of my file,...
I experienced a complete roadblock to using this system. I work against a multi-tenant kubernetes managed by our cloud team, and the tokens that I used to authenticate kubectl contexts...
we are running into an issue using a wrapper client httpi that is using httpclient under the hood. We are trying to post a request using SSL authentication to a...
when I run ```shell oc new-app --env-file rabbitmq.env luiscoms/openshift-rabbitmq:management ``` with rabbitmq.env ``` RABBITMQ_DEFAULT_USER=development RABBITMQ_DEFAULT_PASS=abc123 ``` Openshift cannot run the pod ``` /usr/local/bin/docker-entrypoint.sh: line 263: /etc/rabbitmq/rabbitmq.config: Permission denied ``` This...