Make domains in autheliarules a list and add db-wait-initcontainer to vaultwarden and fireflyiii

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-01 18:38:03 +02:00
parent 87e22f2d88
commit 3b6d315edb
10 changed files with 76 additions and 8 deletions
@@ -16,4 +16,5 @@ data:
{{- end }}
url: {{ ( printf "%v%v:%v@%v-%v:%v/%v" "postgresql://" .Values.postgresql.postgresqlUsername $dbPass .Release.Name "postgresql" "5432" .Values.postgresql.postgresqlDatabase ) | b64enc | quote }}
postgresql_host: {{ ( printf "%v-%v" .Release.Name "postgresql" ) | b64enc | quote }}
plainhost: {{ ( printf "%v-%v" .Release.Name "postgresql" ) | b64enc | quote }}
type: Opaque