Restore webp conversion for init running as job
This commit is contained in:
@@ -69,7 +69,16 @@ data:
|
||||
"overwriteDatabase": {{ .Values.init.db.overwrite | default false }},
|
||||
"generateSalts": true,
|
||||
"activateTheme": "{{ .Values.init.wp.theme | default .Values.site.name }}",
|
||||
{{- if .Values.init.asJob }}
|
||||
"convertUploadsToWebp": true,
|
||||
{{- else }}
|
||||
"convertUploadsToWebp": {{ .Values.init.content.webpConverter | default false }},
|
||||
{{- end }}
|
||||
{{- if and .Values.storage.cloud.active .Values.storage.local.active }}
|
||||
"backupToCloud": true,
|
||||
{{- else }}
|
||||
"backupToCloud": false,
|
||||
{{- end }}
|
||||
"convertMissingOnly": true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user