credscontroller icon indicating copy to clipboard operation
credscontroller copied to clipboard

Results 5 credscontroller issues
Sort by recently updated
recently updated
newest added

Hi, I have been facing a manifest unknown issues for both the go-dep-1-build pods as well as the spring example ones. Is there any chance I am missing something in...

Hi when I am creating spring example application in the Openshift using the template yaml its not able to save the pod.beta.kubernetes.io/init-containers annotations contents in the spring application deployment configuration...

Could you take a look at this [log](https://gist.github.com/jeusdi/92b8e0d50b8deccf1670b6512986a88c)? I've been able to inject the wrapped token into init container. See vault-controller log: > time="2018-06-05T14:29:13Z" level=info msg="token request from 10.128.0.1:53286" time="2018-06-05T14:29:14Z"...

I've built spring-example image correctly: ![imagen](https://user-images.githubusercontent.com/941639/40778740-926dec7e-64d2-11e8-98df-c40c38e74de9.png) Then I apply `spring-sample-yaml` file. So, deploymentconfig and service are pushed to openshift. However, decploymentconfig is trying to set up pods but: ![imagen](https://user-images.githubusercontent.com/941639/40778866-ffd8d7ba-64d2-11e8-8bda-6cdde3a2bd03.png) The...