Replies: 1 comment 2 replies
-
The syntax should probably be:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a little bit of a problem, while argoCD works amazing, I wanted to try and get it managed inside argocd for easy upgrading using helm charts.
If I install via CLI, I would do the following:
Which works perfectly, however, when trying to use the
configs.params.server.insecure
param inside ArgoCD UI, it doesn't work.Confirmed by looking at the
argocd-rbac-cm
configMap (set as false) as well as the LB IP just goes in a loop when you curl it.I have even tried to restart argoCD after the changes using:
But its still looping as its not using the inseucre flag which I need for my reverse proxy.
I thought about adding it via the
values
instead manually like adding it in via CLI, however this doesnt't work and shows the following error:What am I doing wrong? How can I get it ArgoCD UI to accept this option?
Just had a thought, maybe its a bad idea to get ArgoCD managed by ArgoCD anyways, as if it goes bad, your then messed up. Whats your thoughts? how does everyone manage this? just manually via helm?
Beta Was this translation helpful? Give feedback.
All reactions