Replies: 1 comment 9 replies
-
|
Hi @yatakoi, can you please try adding the insecure flag as a separate element - command:
- argocd-server
- --insecure |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I used this documentation https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#ingressroute-crd to add ingressroute.
In this documentation wrote:
Okay. I editing the argo-server deployment
$ kubectl edit deployment argocd-serverand in string #57 I added--insecureflag.After editing pod argocd-server fails with error:
Would you please help me? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions