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
a5992545
authored
2023-02-27 13:14:57 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Move entity_ds_password into a top-level secret stanza.
1 parent
bb96d4c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
charts/moqui/templates/secret.yaml
charts/moqui/values.yaml
charts/moqui/templates/secret.yaml
View file @
a599254
...
...
@@ -7,7 +7,7 @@ metadata:
labels
:
{{
- include "moqui.labels" . | nindent 4
}}
stringData
:
entity_ds_password
:
{{
.Values.
configMap
.entity_ds_password
}}
entity_ds_password
:
{{
.Values.
secret
.entity_ds_password
}}
{{
- end
}}
apiVersion
:
v1
...
...
charts/moqui/values.yaml
View file @
a599254
...
...
@@ -13,9 +13,11 @@ configMap:
entity_ds_host
:
external-postgres
entity_ds_port
:
"
5432"
entity_ds_user
:
"
moqui"
entity_ds_password
:
"
iuqom"
elasticsearch_user
:
"
admin"
secret
:
entity_ds_password
:
"
iuqom"
checkDsConnection
:
enabled
:
true
...
...
Please
register
or
sign in
to post a comment