fix(mycloud-nextcloud): remove background if color set

This commit is contained in:
WrenIX 2024-08-13 13:37:33 +02:00
parent ea31d567fd
commit acde572806
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -162,6 +162,7 @@ spec:
/var/www/html/occ theming:config name "{{ .Values.commons.theme.title }}";
{{- with .Values.theme.color }}
/var/www/html/occ theming:config color {{ . | quote }};
/var/www/html/occ theming:config background backgroundColor;
{{- end }}
phpClientHttpsFix: