When loading the database, be sure to specify -types.
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -125,7 +125,9 @@ spec: | ... | @@ -125,7 +125,9 @@ spec: |
125 | 125 | ||
126 | - name: load | 126 | - name: load |
127 | {{ include "moqui-container-pod" . }} | 127 | {{ include "moqui-container-pod" . }} |
128 | args: ["load"] | 128 | args: |
129 | - "load" | ||
130 | - -types=$(moqui_load_types) | ||
129 | 131 | ||
130 | containers: | 132 | containers: |
131 | - name: {{ .Chart.Name }} | 133 | - name: {{ .Chart.Name }} | ... | ... |
-
Please register or sign in to post a comment