Skip to content

Commit

Permalink
Merge pull request #133 from RocketChat/fix-tests
Browse files Browse the repository at this point in the history
fix: excess parenthesis in lighttpd template
  • Loading branch information
debdutdeb authored Mar 22, 2024
2 parents e5fdaec + 8cc705a commit 1ef88eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketchat/templates/lighttpd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if and .Values.federation.enabled .Values.ingress.federation.serveWellKnown) }}
{{ if and .Values.federation.enabled .Values.ingress.federation.serveWellKnown }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down

0 comments on commit 1ef88eb

Please sign in to comment.