set appearance theme in values.yaml
Is your feature request related to a problem?
Hello, I would like to set the appearance in values.yaml espacially dark theme, is it possible or is this feature not implemented at the moment?
Related helm chart
argo-cd
Describe the solution you'd like
it would look something like this
argo-cd:
..settings:
...appearance:
......theme: auto / dark / light
Describe alternatives you've considered
No response
Additional context
No response
Hi @M-A-X-I-M
is it possible or is this feature not implemented at the moment?
Did you search if Argo CD has interface to configure it ? If Argo CD has the interface, then we can provide it.
As far as I search, I found a PR for theme color but couldn't find the interface. https://github.com/argoproj/argo-cd/pull/9703
According to https://github.com/argoproj/argo-cd/issues/18524 there's no config option for it at the moment.
I added awaiting-upstream label to this issue since upstream needs to implement the interface for it.
I can set it via UI
but it will be reset next time when I visiting ArgoCD. This is why I would to love to set it via Helm Chart as default to dark-mode
You can get more help in upstream since argo-helm doesn't focus on the detail of application behavior. As I mentioned earlier, if upstream has interface for this, argo-helm provides it via values.yaml.