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
1306dd3f
authored
2024-05-10 14:44:10 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
This feature is now called "generatedComponent".
1 parent
1e462153
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
charts/moqui/templates/moqui.yaml
charts/moqui/values.yaml
charts/moqui/templates/moqui.yaml
View file @
1306dd3
...
...
@@ -47,11 +47,11 @@ spec:
{{
- include "moqui.storage-pvc-volume" (list . "log") | nindent 8
}}
{{
- include "moqui.storage-pvc-volume" (list . "sessions") | nindent 8
}}
{{
- include "moqui.storage-pvc-volume" (list . "txlog") | nindent 8
}}
{{
- if .Values.
customData
}}
-
name
:
custom-data
{{
- if .Values.
generatedComponent.enabled
}}
-
name
:
generated-component
projected
:
sources
:
{{
.Values.
customData
| toYaml | nindent 14
}}
{{
.Values.
generatedComponent.sources
| toYaml | nindent 14
}}
{{
- end
}}
initContainers
:
...
...
@@ -128,9 +128,9 @@ spec:
{{
- include "moqui.storage-mount" (list . "log" "/opt/moqui/runtime/log") | nindent 12
}}
{{
- include "moqui.storage-mount" (list . "sessions" "/opt/moqui/runtime/sessions") | nindent 12
}}
{{
- include "moqui.storage-mount" (list . "txlog" "/opt/moqui/runtime/txlog") | nindent 12
}}
{{
- if .Values.
customData
}}
-
mountPath
:
/opt/moqui/runtime/ecomponent/
custom-data/data
name
:
custom-data
{{
- if .Values.
generatedComponent.enabled
}}
-
mountPath
:
/opt/moqui/runtime/ecomponent/
generated-component
name
:
generated-component
{{
- end
}}
{{
- end
}}
...
...
charts/moqui/values.yaml
View file @
1306dd3
...
...
@@ -21,7 +21,9 @@ extraEnvs: []
extraConfigMaps
:
[]
extraSecrets
:
[]
customData
:
[]
generatedComponent
:
enabled
:
false
sources
:
[]
persistence
:
db
:
...
...
Please
register
or
sign in
to post a comment