Skip to content

Commit

Permalink
Merge pull request #213 from linode/helm-template
Browse files Browse the repository at this point in the history
[fix] update helm templating for loadBalancerType
  • Loading branch information
AshleyDumaine authored Jun 4, 2024
2 parents 836eec0 + 268bf3c commit 4ad57e6
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 4ad57e6

Please sign in to comment.