Ankur Singh

Results 6 comments of Ankur Singh

> > I encountered the same error and found that when installing ArgoCD, one can either add the `--insecure` flag (as written above) or you can update the ConfigMap to...

Really annoying issue while bootstrapping with docker-compose or downloading image from docker hub need to run composer require --dev laravel/dusk on sipe container to install this dependency to get rid...

Yes I am checking this out and tried all possible ways in dev env it worked after this

even in production docker container I saw welcome screen after running this inside container

> I was able to solve this by removing: > > ``` > seccompProfile: > type: RuntimeDefault > ``` > > from repo-server `containerSecurityContext` I can't find containerSecurityContext in https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/core-install.yaml....

> In `values.yaml` of the helm chart, If you're using different deployment method look under the `Deployment` of repo-server This works thanks!