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
e67c2bc8
authored
2023-02-10 18:03:12 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use https to connect to opensearch.
1 parent
1d1ba2b5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
charts/moqui/templates/_helpers.tpl
charts/moqui/templates/_helpers.tpl
View file @
e67c2bc
...
...
@@ -63,7 +63,7 @@ Create the name of the service account to use
{{- define "moqui.opensearch-url" -}}
{{- if .Values.opensearch.enabled -}}
"http://{{- include "opensearch.masterService" .Subcharts.opensearch }}:{{ .Values.opensearch.httpPort }}"
"http
s
://{{- include "opensearch.masterService" .Subcharts.opensearch }}:{{ .Values.opensearch.httpPort }}"
{{- else }}
{{- printf "%s" .Values.opensearch.url }}
{{- end }}
...
...
Please
register
or
sign in
to post a comment