Open Baboulinet-33 opened 3 months ago
thanks fore the report. unfortunately, this is a long standing issue. there are a few duplicates in the issue tracker.
I think someone recently submitted a PR with a fix, but unfortunately it has languished due to lack of time.
Hello,
In my chart I've entered argo-cd (https://artifacthub.io/packages/helm/argo-cd-oci/argo-cd) as a dependancy.
This chart has redis-ha as dependancy (https://artifacthub.io/packages/helm/dandydev-charts/redis-ha)
I'm using Openshift so I want to remove all properties runAsUser.
I try the following values.yaml:
But that's not overwrite default value (1000):
default values in redis-ha:
Part of the final template:
Any idea of what I'm doing wrong ?