Kevin McDermott

Results 94 comments of Kevin McDermott

@saprette I'm realising that you want a custom _image pull_ secret, not a custom Git pull secret. I'm not quite sure how you'd like this to work, but I can...

@ctron This is really an issue with the upstream images

You can override the images in the `ArgoCD` CR, and we're working on being able to configure this through OLM too. https://argocd-operator.readthedocs.io/en/latest/reference/argocd/#image

Can you share an excerpt from the CR?

@wouter2397 sorry to hear that, personally, I'd recommend using Git for storing your ArgoCD configuration, perhaps following this https://argoproj.github.io/argo-cd/operator-manual/cluster-bootstrapping/#app-of-apps-pattern We'll discuss ways of improving the functionality tho'

@wouter2397 I'm not quite sure what you're asking, the "app of apps" (AoA)...which is being replaced by a formalisation of this in https://github.com/argoproj-labs/applicationset, is a way to bootstrap multiple `Application`...

Hi @wouter2397 ok, I think I understand your requirements a bit better. If I'm reading it correctly, you need to be able to do the equivalent of this: ```shell argocd...

@wouter2397 This is something I'm interested in pursuing, I think there are two issues tho', delegation of repository configuration, and a slightly more fundamental one, the backup/restore mechanism isn't safe...

@wouter2397 I'm not sure if you're aware of https://argocd-operator.readthedocs.io/en/latest/reference/argocd/#initial-repositories I appreciate that it doesn't allow delegated Repository access, so it may not fit your needs.