Set entity_empty_db_load default value into the config map.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -13,6 +13,7 @@ configMap: | ... | @@ -13,6 +13,7 @@ configMap: |
13 | entity_ds_host: external-postgres | 13 | entity_ds_host: external-postgres |
14 | entity_ds_port: "5432" | 14 | entity_ds_port: "5432" |
15 | entity_ds_user: "moqui" | 15 | entity_ds_user: "moqui" |
16 | entity_empty_db_load: "seed,seed-initial,install" | ||
16 | elasticsearch_user: "admin" | 17 | elasticsearch_user: "admin" |
17 | 18 | ||
18 | extraEnvs: [] | 19 | extraEnvs: [] | ... | ... |
-
Please register or sign in to post a comment