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
|
||||
{{- end }}
|
||||
- path: /.well-known/matrix/server
|
||||
{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion }}
|
||||
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
|
||||
pathType: Exact
|
||||
{{- end }}
|
||||
backend:
|
||||
|
|
Loading…
Reference in a new issue