From 5b64afca064652adf0fd7f9fcba98d041bacc5d1 Mon Sep 17 00:00:00 2001 From: Dessa Simpson Date: Tue, 2 Jan 2024 22:18:53 -0700 Subject: [PATCH] Fix typo in service.yaml Change load balancer IP field from LoadbalancerIP to loadBalancerIP to match the Kubernetes field name --- templates/jvb/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/jvb/service.yaml b/templates/jvb/service.yaml index 3e0678f..0b4d1aa 100644 --- a/templates/jvb/service.yaml +++ b/templates/jvb/service.yaml @@ -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: