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
0379d30f
authored
2024-05-10 16:10:55 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add envFrom support.
1 parent
c91e7447
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
charts/moqui/templates/moqui.yaml
charts/moqui/values.yaml
charts/moqui/templates/moqui.yaml
View file @
0379d30
...
...
@@ -102,6 +102,9 @@ spec:
name
:
{{
include "moqui.fullname" .
}}
-
secretRef
:
name
:
{{
include "moqui.fullname" .
}}
-opensearch
{{
- if .Values.envFrom
}}
{{
- .Values.envFrom | toYaml | nindent 12
}}
{{
- end
}}
env
:
-
name
:
entity_ds_db_conf
value
:
'
postgres'
...
...
charts/moqui/values.yaml
View file @
0379d30
...
...
@@ -7,6 +7,7 @@ image:
repository
:
moqui/moquidemo
tag
:
latest
envFrom
:
[]
configMap
:
entity_ds_db_conf
:
"
postgres"
entity_ds_database
:
"
moqui"
...
...
Please
register
or
sign in
to post a comment