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
a03e83f9
authored
2023-02-10 18:01:57 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix checkDsConnection.enabled setting.
1 parent
40395c06
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
charts/moqui/templates/moqui.yaml
charts/moqui/templates/moqui.yaml
View file @
a03e83f
...
...
@@ -31,7 +31,7 @@ spec:
securityContext
:
{{
- toYaml .Values.podSecurityContext | nindent 8
}}
initContainers
:
{{
- if and (eq .Values.configMap.entity_ds_db_conf "postgres") (.Values.checkDsConnection)
}}
{{
- if and (eq .Values.configMap.entity_ds_db_conf "postgres") (.Values.checkDsConnection
.enabled
)
}}
-
name
:
postgresql-check-connection
image
:
"
{{
.Values.postgresql.image.registry
}}/{{
.Values.postgresql.image.repository
}}:{{
.Values.postgresql.image.tag
}}"
imagePullPolicy
:
{{
.Values.postgresql.image.pullPolicy
}}
...
...
Please
register
or
sign in
to post a comment