Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
k8s-moqui
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
510d61f0
authored
2023-04-19 15:33:00 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
When loading the database, be sure to specify -types.
1 parent
270d7ac6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
charts/moqui/templates/moqui.yaml
charts/moqui/templates/moqui.yaml
View file @
510d61f
...
...
@@ -125,7 +125,9 @@ spec:
-
name
:
load
{{
include "moqui-container-pod" .
}}
args
:
[
"
load"
]
args
:
-
"
load"
-
-types=$(moqui_load_types)
containers
:
-
name
:
{{
.Chart.Name
}}
...
...
Please
register
or
sign in
to post a comment