Fixed missing commas in init cfg
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "0.5.11"
|
||||
HELM_CHART_VERSION: "0.5.12"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -45,9 +45,9 @@ data:
|
||||
"applicationDir": "/app",
|
||||
"permissions": "0770",
|
||||
"updatePermissions": true,
|
||||
"importDatabase": {{ .Values.database.import | default false }}
|
||||
"databasePath": "{{ .Values.database.importPath | default "" }}"
|
||||
"overwriteDatabase": {{ .Values.database.overwrite | default false }}
|
||||
"importDatabase": {{ .Values.database.import | default false }},
|
||||
"databasePath": "{{ .Values.database.importPath | default "" }}",
|
||||
"overwriteDatabase": {{ .Values.database.overwrite | default false }},
|
||||
"generateSalts": true,
|
||||
"activateTheme": "{{ .Values.site.theme | default .Values.site.name }}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user