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
34d1d4ac
authored
2023-02-27 13:40:18 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Ugh, add missing '---' that separated dsauth.
1 parent
a5992545
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
charts/moqui/templates/secret.yaml
charts/moqui/templates/secret.yaml
View file @
34d1d4a
...
...
@@ -8,6 +8,7 @@ metadata:
{{
- include "moqui.labels" . | nindent 4
}}
stringData
:
entity_ds_password
:
{{
.Values.secret.entity_ds_password
}}
---
{{
- end
}}
apiVersion
:
v1
...
...
@@ -18,4 +19,4 @@ metadata:
{{
- include "moqui.labels" . | nindent 4
}}
stringData
:
elasticsearch_password
:
admin
---
...
...
Please
register
or
sign in
to post a comment