Skip to content

Commit

Permalink
update helm templating for loadBalancerType
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine authored Jun 4, 2024
1 parent 836eec0 commit 268bf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/chart/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
{{- end }}
{{- if .Values.sharedIPLoadBalancing }}
- --bgp-node-selector={{ required "A valid .Values.sharedIPLoadBalancing.bgpNodeSelector is required for shared IP load-balancing" .Values.sharedIPLoadBalancing.bgpNodeSelector }}
- --load-balancer-type={{ required "A valid .Values.sharedIPLoadBalancing.loadBalancerType is required for shared IP load-balancing" .Values.sharedIPLoadBalancing.defaultLoadBalancer }}
- --load-balancer-type={{ required "A valid .Values.sharedIPLoadBalancing.loadBalancerType is required for shared IP load-balancing" .Values.sharedIPLoadBalancing.loadBalancerType }}
{{- end }}
volumeMounts:
- mountPath: /etc/kubernetes
Expand Down

0 comments on commit 268bf3c

Please sign in to comment.