Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Helm Charts for Minds Projects
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Merge Requests
1
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Helm Charts for Minds Projects
Commits
18fd4d1d
Commit
18fd4d1d
authored
44 minutes ago
by
Brian Hatchet
Browse files
Options
Download
typo
parent
595974fb
1 merge request
!24
Fix/email settings pipe
Pipeline
#107362703
passed with stage
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
minds/templates/configMap.yaml
View file @
18fd4d1d
...
...
@@ -673,7 +673,7 @@ data:
'password' => {{ .Values.email.password | default "" | quote }},
'port' => {{ .Values.email.port | default 465 }},
'auth' => {{ .Values.email.auth | default true }},
'smtp_secure' => {{ .Values.email.smtp_secure | defa
yk
t "none" | quote }}
'smtp_secure' => {{ .Values.email.smtp_secure | defa
ul
t "none" | quote }}
]
]);
...
...
This diff is collapsed.
Please
register
or
sign in
to comment