Skip to content

Commit

Permalink
Fix typo in service.yaml
Browse files Browse the repository at this point in the history
Change load balancer IP field from LoadbalancerIP to loadBalancerIP to match the Kubernetes field name
  • Loading branch information
virtualdxs authored Jan 3, 2024
1 parent 3e4d851 commit 5b64afc
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 5b64afc

Please sign in to comment.