gravitl / netmaker-helm

34 stars 36 forks source link

Fix enabled flag and make RWX storageClassName consistent #24

Closed gw0 closed 1 year ago

gw0 commented 1 year ago

Renamed .Values.RWXStorageClassName to .Values.mq.RWX.storageClassName for consistency with how dns is configured. Users of this Helm chart will be warned that they need to update their values.

Renamed the unused postgresql-ha.postgresql.enabled to postgresql-ha.enabled that controls the installation of PostgreSQL. Without this change it is enabled=false, consequently the PostgreSQL is not deployed, and you get the error:

[netmaker] Fatal: Error connecting to database:  dial tcp [::1]:5432: connect: connection refused