Dan Garfield

Results 133 comments of Dan Garfield

Assuming you've already deployed [Argo CD HA](https://argo-cd.readthedocs.io/en/stable/operator-manual/high_availability/), which I don't think would solve the issue because ultimately you're dealing with a large number of applications. The most common solution I've...

It's not a bad idea. Another approach is to build more into your services. For example, with secrets using an init-container is probably best practice at this point because it's...

Per @edlee2121's request, we should create a general practices document for sigs.

> I understand we will be able to include suggested changes and finish it only when the Argo SIG document by Ed Lee will be finished an accepted? I don't...

@lizrice after reviewing with the rest of the project I think there's a lot happening on security that is simply not as visible as it should be so we'd like...

Yes please. While waiting for this feature I just edited the kustomization in `bootstrap/argo-cd` to specify the Argo CD release I'm looking for.

That's a nice workaround in the meantime! Thanks!

The only thing keeping me from switching over all my management to autopilot.

@myspotontheweb For implementation I suggest sticking with kustomize and having it reference Helm. [This is natively supported in Kustomize](https://github.com/kubernetes-sigs/kustomize/blob/master/examples/chart.md). [See this comment](https://github.com/argoproj/argo-cd/issues/2789#issuecomment-960271294) for how to enable it with Argo CD....