📌 Feature Request: Add imagePullSecrets in job.yml
🔹 Description
Currently, the job.yml template file does not include imagePullSecrets, which makes it difficult to pull images from private container registries. This issue proposes adding support for imagePullSecrets to ensure seamless authentication with private registries.
📂 Affected File
✅ Suggested Fix
Modify the job.yml file to include imagePullSecrets
🚀 Benefits
- Enables Helm to pull images from private registries.
- Improves compatibility for users needing authentication.
📌 Feature Request: Add
imagePullSecretsinjob.yml🔹 Description
Currently, the
job.ymltemplate file does not includeimagePullSecrets, which makes it difficult to pull images from private container registries. This issue proposes adding support forimagePullSecretsto ensure seamless authentication with private registries.📂 Affected File
job.yml✅ Suggested Fix
Modify the
job.ymlfile to includeimagePullSecrets🚀 Benefits