fix(mycloud-nextcloud): remove background if color set
This commit is contained in:
parent
ea31d567fd
commit
acde572806
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue