-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
Product / Portfolio Work
-
None
-
False
-
-
None
-
None
-
None
-
-
None
-
None
-
None
-
None
-
None
1. What is the nature and description of the request?
Currently the GitOps operator does not expose in it's spec ImagePullSecret thus making it impossible to authenticate against private image repositories declaratively.
2. Why does the customer need this? (List the business requirements here)
As IaC is now de-facto standard and ArgoCD is one of the main tools in the CD domain, it makes sense to be able to define everything as code and not patch resources manually.
3. How would the customer like to achieve this? (List the functional requirements here)
Allow the definition of global ImagePullSecret in argocds.argoproj.io spec ( for repo, server, controller, dex and keycloak ) as well for sidecarContainers and initContainers for each component.
Successfully pull image from private image repository.