Skip to content

Commit

Permalink
Merge pull request #134 from RocketChat/fix-ingress-template
Browse files Browse the repository at this point in the history
fix: remove ingress template excess parenthesis
  • Loading branch information
debdutdeb authored Mar 22, 2024
2 parents 1ef88eb + 2782d01 commit c773955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketchat/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
port:
name: http
{{- end }}
{{ if and .Values.federation.enabled .Values.ingress.federation.serveWellKnown) }}
{{ if and .Values.federation.enabled .Values.ingress.federation.serveWellKnown }}
- path: /.well-known/matrix/server
pathType: Prefix
backend:
Expand Down

0 comments on commit c773955

Please sign in to comment.