@@ -387,16 +387,16 @@ mariadb:
387387
388388 # # @skip mariadb.primary.extraEnvVars
389389 # # Array with extra environment variables, used to create the initial Roundcube database; DO NOT EDIT; see `global.database` instead
390- extraEnvVars : |
390+ extraEnvVars :
391391 - name : ROUNDCUBE_DB_PW
392392 valueFrom :
393393 secretKeyRef :
394- name: {{ include "mailu.database.roundcube.secretName" . }}
395- key: {{ include "mailu.database.roundcube.secretKey" . }}
394+ name : ' {{ include "mailu.database.roundcube.secretName" . }}'
395+ key : ' {{ include "mailu.database.roundcube.secretKey" . }}'
396396 - name : ROUNDCUBE_DB_NAME
397- value: {{ include "mailu.database.roundcube.name" . }}
397+ value : ' {{ include "mailu.database.roundcube.name" . }}'
398398 - name : ROUNDCUBE_DB_USER
399- value: {{ include "mailu.database.roundcube.username" . }}
399+ value : ' {{ include "mailu.database.roundcube.username" . }}'
400400
401401 # # @skip mariadb.initdbScripts.create_roundcube_database.sh
402402 # # DO NOT EDIT Script to create the Roundcube database
@@ -482,16 +482,16 @@ postgresql:
482482 primary :
483483 # # @skip postgresql.primary.extraEnvVars
484484 # # Array with extra environment variables, used to create the initial Roundcube database; DO NOT EDIT; see `global.database` instead
485- extraEnvVars : |
485+ extraEnvVars :
486486 - name : ROUNDCUBE_DB_PW
487487 valueFrom :
488488 secretKeyRef :
489- name: {{ include "mailu.database.roundcube.secretName" . }}
490- key: {{ include "mailu.database.roundcube.secretKey" . }}
489+ name : ' {{ include "mailu.database.roundcube.secretName" . }}'
490+ key : ' {{ include "mailu.database.roundcube.secretKey" . }}'
491491 - name : ROUNDCUBE_DB_NAME
492- value: {{ include "mailu.database.roundcube.name" . }}
492+ value : ' {{ include "mailu.database.roundcube.name" . }}'
493493 - name : ROUNDCUBE_DB_USER
494- value: {{ include "mailu.database.roundcube.username" . }}
494+ value : ' {{ include "mailu.database.roundcube.username" . }}'
495495
496496 initdb :
497497 # # @skip postgresql.primary.initdb.scripts.create_roundcube_database.sh
0 commit comments