Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

initdb.scriptsConfigMap might be using a non-resolvable default #29

@pat-s

Description

@pat-s

Thanks for this chart!

I think the following line must be updated, the default name resolution didn't work in my case

scriptsConfigMap: "{{ .Release.Name }}-postgresql-initdb"

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 🙃

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions