fix(mycloud-matrix): certificate for clients (hydrogen)
This commit is contained in:
parent
d799b184c1
commit
92194f8576
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ spec:
|
||||||
{{- with .Values.commons.ingress.tls.override }}
|
{{- with .Values.commons.ingress.tls.override }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- secretName: "mycloud-matrix-element-cert"
|
- secretName: "mycloud-matrix-hydrogen-cert"
|
||||||
hosts:
|
hosts:
|
||||||
- "{{ $host }}"
|
- "{{ $host }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue