Skip to content

Commit

Permalink
Merge pull request #98 from virtualdxs/main
Browse files Browse the repository at this point in the history
Fix typo in jvb/service.yaml
  • Loading branch information
spijet authored Jan 22, 2024
2 parents 3e4d851 + 5b64afc commit bdd8945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/jvb/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
{{- include "jitsi-meet.jvb.labels" . | nindent 4 }}
spec:
type: {{ .Values.jvb.service.type }}
{{- with .Values.jvb.service.LoadbalancerIP }}
{{- with .Values.jvb.service.loadBalancerIP }}
loadBalancerIP: {{ . }}
{{- end }}
ports:
Expand Down

0 comments on commit bdd8945

Please sign in to comment.