Kevin McDermott

Results 148 comments of Kevin McDermott

Hi @wouter2397 We've had discussions internally on the backup/restore functionality, and what to do about it, but we don't _yet_ have a plan to fix the functionality. I've looked into...

Hi @wouter2397 sorry, this isn't a high priority for us just now, I do appreciate that it's a really bad bug, but fixing is non-trivial to get it right, and...

I think this was fixed by the v0.0.14 release?

I'm setting up to do some manual testing for this, but this is where my implementation's at: ```yaml apiVersion: argoproj.io/v1alpha1 kind: ArgoCD metadata: name: example-argocd labels: {} namespace: argocd spec:...

@jdziedzic the `tls.ca.secretName` is not actually doing anything (it doesn't get used in reconciliation) My interpretation is that it's within the `ca` key, which implies that it's defining a CA...

@jdziedzic Upon rereading it, I come to a different view, and I think it's the the same thing, I suspect that it's confused by the use of the previously unused...

@jdziedzic I'll take a look and see Let me see if I understand what you're doing, you've got a TLS secret `argocd-devops-cert` and a CA in `argocd-devops-ca` you're configuring these...

@jdziedzic How are you applying those annotations? manually? The operator applies annotations from the server route configuration, something like this should work: ```yaml apiVersion: argoproj.io/v1alpha1 kind: ArgoCD metadata: name: example-argocd...

@jdziedzic thanks for the update, I'll do some digging and see what we can do