[OnPremKubernetes] Login computeservice to private image repository

Hey,

is there a way to set an imagePullSecret in the app.conf/jb-space-computeservice-configmap for a private image registry? 

Thanks!

0
2 comments

Till Rother could you please elaborate on what'd be the use case that requires setting credentials directly in app.conf? Right now we recommend specifying an imagePullSecret field in the values.yaml file, as it's described here:

https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/

0

Pavel Boger I wasn't aware of the regular way to set these secrets in kubernetes. I was able to set the needed credentials for the registry in a serviceaccount and get that to work. 

0

Please sign in to leave a comment.