Vitaly Saversky
02/04/2025, 6:15 PMJamie Zieziula
02/04/2025, 6:38 PMVitaly Saversky
02/04/2025, 6:40 PMJamie Zieziula
02/04/2025, 7:24 PMJamie Zieziula
02/04/2025, 7:30 PMbase job template
section of the workpool advanced configuration - you can define the image pull secret to reference that would contain your registry credentials:Jamie Zieziula
02/04/2025, 7:33 PMjob_configuration.job_manifest.spec.template.spec
you would add a new parameter:
...
"job_configuration": {
...
"job_manifest": {
...
"spec": {
"template": {
"spec": {
"imagePullSecrets": [
{
"name": "your-secret-name"
}
]
...
Jamie Zieziula
02/04/2025, 7:34 PMVitaly Saversky
02/04/2025, 8:21 PMRob Rati
02/04/2025, 8:33 PMRob Rati
02/04/2025, 8:34 PMVitaly Saversky
02/04/2025, 8:35 PMJamie Zieziula
02/04/2025, 8:36 PM