You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2024. It is now read-only.
I.e. {{ .Release.Name }} didn't result in a name which could be resolved. I finally set it to scriptsConfigMap: "sliding-sync-matrix-sliding-sync-postgresql-initdb" because fullName (with the chart default) also didn't work.
Did not spend too much time looking into it, maybe you want to 🙃
Thanks for this chart!
I think the following line must be updated, the default name resolution didn't work in my case
matrix-sliding-sync-chart/charts/matrix-sliding-sync/values.yaml
Line 188 in 541b2dd
I.e.
{{ .Release.Name }}didn't result in a name which could be resolved. I finally set it toscriptsConfigMap: "sliding-sync-matrix-sliding-sync-postgresql-initdb"becausefullName(with the chart default) also didn't work.Did not spend too much time looking into it, maybe you want to 🙃