argocd-operator icon indicating copy to clipboard operation
argocd-operator copied to clipboard

`controller` has no `logFormat` parameter

Open smuu opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. In the ArgoCD resource controller has no logFormat parameter like server, repo, and applicationSet.

Describe the solution you'd like Adding the parameter logFormat to controller.

Describe alternatives you've considered

Additional context

smuu avatar Feb 14 '23 08:02 smuu

This is a confusing issue. The title change made things more ambiguous.

From my investigation::

For ApplicationSetController:

  • The docs say logFormat is supported, but it doesn't reflect that in the CRD or the controller's code.

For ApplicationController:

  • The docs don't say logFormat is supported, but the CRD and the code seems to reflect support.

matthewhembree avatar Mar 11 '23 12:03 matthewhembree

I had a quick look at the code. logFormat field is supported by all the Argo CD components i.e server, application-controller, applicationset-controller, repo-server & notifications-controller and is documented aswell. Please feel free to reopen if you encounter any bug.

DOC: https://argocd-operator.readthedocs.io/en/latest/reference/argocd/

svghadi avatar Aug 19 '24 14:08 svghadi