Fix database host for standalone architecture
After updating the mariadb dependency chart, the database service name depends on the architecture:
-
{{ .Release.Name }}-database
forarchitecture: standalone
; and -
{{ .Release.Name }}-database-primary
forarchitecture: replication
.
We only tested with the replicated setup and hardcoded the second variant in the database host parameter of wordpress. That should be fixed, making it depend on the architecture
.