Creating a Pod with dockerArgs and a docker image from a registry that requires auth
I'm trying to create a pod from a template or from a docker image from a docker registry with authentication.
I'm using the method podFindAndDeployOnDemand.
If I specify a templateId, the pod starts but it seems that the dockerArgs I specify in the API call is ignored and the CMD in the Dockerfile is run instead.
If I try without the templateId but with a docker image instead, I don't know how to provide the authentication for the registry.
With the
containerRegistryAuthId
I get a graphql error.
I already created registryAuth using the saveRegistryAuth API.0 Replies