Skip to content

Commit

Permalink
fix(ingress): Use $ to reference root values in range block (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
D3N14L committed Sep 11, 2023
1 parent 2f1858d commit 6761de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opsdroid/templates/opsdroid-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
pathType: Prefix
backend:
service:
name: opsdroid-{{ .Release.Name }}
name: opsdroid-{{ $.Release.Name }}
port:
number: {{ $.Values.opsdroid.service.port }}
{{- end -}}
Expand Down

0 comments on commit 6761de0

Please sign in to comment.