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
495a2bb5
authored
2023-02-17 14:40:57 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Allow for the postgresql checkImage to be specified.
1 parent
d3f2efb8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
charts/moqui/templates/moqui.yaml
charts/moqui/values.yaml
charts/moqui/templates/moqui.yaml
View file @
495a2bb
...
...
@@ -51,7 +51,7 @@ spec:
{{
- end
}}
{{
- if (.Values.checkDsConnection.enabled)
}}
-
name
:
postgresql-check-connection
{{
include "moqui.image-helper"
.Values.postgresql.image
| nindent 10
}}
{{
include "moqui.image-helper"
(coalesce .Values.postgresql.image .Values.checkImage)
| nindent 10
}}
env
:
-
name
:
POSTGRES_HOST
value
:
{{
include "moqui.entity_ds_host" .
}}
...
...
charts/moqui/values.yaml
View file @
495a2bb
...
...
@@ -25,6 +25,11 @@ postgresql:
database
:
moqui
username
:
moqui
password
:
iuqom
checkImage
:
pullPolicy
:
IfNotPresent
registry
:
null
repository
:
null
tag
:
latest
jdbcImage
:
enabled
:
false
pullPolicy
:
IfNotPresent
...
...
Please
register
or
sign in
to post a comment