Fix an ingress template error with well-known
This commit is contained in:
parent
f475b7eefe
commit
b8166b9a6b
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ spec:
|
||||||
servicePort: 80
|
servicePort: 80
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- path: /.well-known/matrix/server
|
- path: /.well-known/matrix/server
|
||||||
{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion }}
|
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
|
||||||
pathType: Exact
|
pathType: Exact
|
||||||
{{- end }}
|
{{- end }}
|
||||||
backend:
|
backend:
|
||||||
|
|
Loading…
Reference in a new issue