argocd-operator
argocd-operator copied to clipboard
`controller` has no `logFormat` parameter
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
This is a confusing issue. The title change made things more ambiguous.
From my investigation::
For ApplicationSetController:
- The docs say
logFormatis supported, but it doesn't reflect that in the CRD or the controller's code.
For ApplicationController:
- The docs don't say
logFormatis supported, but the CRD and the code seems to reflect support.
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/