Closed papanito closed 4 years ago
Thanks @theAkito! For now I'm closing this as duplicate, let's continue in #2181.
Sorry, I just noticed that in #2181 there were changes to the MariaDB chart, which does not seem to be the case here. I'll take a look and see what could be happening.
@marcosbc
I know you cannot rule out some introduced bugs due to the changes, but still I wanted to state for the record: All the modifications made were additive. I did not change anything about the Chart's default behaviour. I just added features to it. So the default behaviour is still present in my issue...
@papanito We could get MariaDB to work with the changes below to your configuration:
www-data
)Let us know if that works for you.
@marcosbc thanks, that did the trick. I was confused with the runAsUser
and fsGroup
thought it should be the same as for the nextcloud
:-/
Well, I am using this trick since the start (as it is the default), yet didn't solve anything. Seems like my case is still special, after all.
Describe the bug
I try to deploy
nexcloud
withmariadb
but this fails withThis is my
values.yal
Version of Helm and Kubernetes:
Which chart:
stable/nextcloud
What happened:
pod/nextcloud-mariadb-master-0
logsWhat you expected to happen:
No error
How to reproduce it (as minimally and precisely as possible):
github.com:helm/charts.git
stable
Update
requirements.yaml
as followshelm dependency update
helm install nextcloud stable/nextcloud --namespace nextcloud -f nextcloud.values.yml
Anything else we need to know:
Related issue https://github.com/helm/charts/issues/20645