John McKenzie

Results 18 comments of John McKenzie

I believe that this is an issue with the roles for the argocd application-controller/server and not the operator itself based on that error and your workaround. Just for some background...

Hi @stephennimmo, thank you for the suggestion. This is something that we can look at when we start work on the Route handling as part of #160.

Hi @shubhamagarwal19 , thank you for the suggestion. For a bit of background, this operator was created prior to operator-sdk v0.18.0 and represents the project structure in use at that...

Thank you for raising this issue @u849296. I will look into this.

Hi @arctiqhart, thank you for the suggestion and trying out the operator. I will have a look to see if this is something that we can add from the operator...

Would it make sense to have those tokens stored in a secret that can be referenced in the CR, rather than have the actual token in there? Same thing for...

Hi @paolocarta, thank you for your feedback and interest in the operator. To be clear, you are referring to the webhook secrets in the `argocd-secret` Secret? ``` yaml webhook.github.secret: shhhh!...

One thing that you could do is to just create the `argocd-secret` Secret before or at the same time as the ArgoCD resource with the webhook secrets that you want...

@paolocarta Do you have ideas for how the operator could help you more in this scenario? I do not want to enable setting those secrets directly in the CR, as...