Aikawa

Results 92 comments of Aikawa

> Is there a recommended way to use an alternate redis user? TBH, I'm not so sure since redis itself is outside of Argo CD.... 🤔

xref: https://github.com/argoproj/argo-helm/pull/3302#issuecomment-2878358729

The point is that upstream needs to bump new version. We follow specific version of upstream, not master branch.

If you are in a hurry, please ask it in upstream.

Hi @ssbostan , thank you for your PR, it's almost LGTM. In order to pass lint, you update README.md.gotmpl and run `./scripts/helm-docs.sh`, instead of updating README directly. Ref: https://github.com/argoproj/argo-helm/blob/main/CONTRIBUTING.md#documentation

Thank you for your PR. Since you skipped some of the instructions on your PR description, I concerted into draft. >Checklist: > >* [ ] I have bumped the chart...

@VladyslavTkachenkoDesy Could you share us the doc you refer ? I couldn't find out the `server.rbacConfig`. Regarding the `controller.config.config` , we provider interfaces like `.Values.server.sso.xxxxx`for controller's configmap. https://github.com/argoproj/argo-helm/blob/main/charts/argo-workflows/templates/controller/workflow-controller-config-map.yaml#L14 Your description,...

Hi @headyj , >I feel like it's not parsing the yaml correctly: How is the manifest (dag pipeline one) managed ? Is it in values.yaml of argo-helm or out side...

@headyj Thank you for your info. Yes, I think you can get more help at upstream.

Hi @rorobig , since it's about Argo CD's specification, you can get more help in upstream. *argo-helm is for providing a way to deploy argoproj to kubernetes cluster, but we...