Skip to content

Commit

Permalink
update helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed May 9, 2024
1 parent 084f961 commit dc55873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-label={{ .Values.sharedIPLoadBalancing.bgpNodeLabel }}
- --default-load-balancer-class={{ .Values.sharedIPLoadBalancing.defaultLoadBalancerClass }}
- --default-load-balancer={{ .Values.sharedIPLoadBalancing.defaultLoadBalancer }}
{{- end }}
volumeMounts:
- mountPath: /etc/kubernetes
Expand Down
2 changes: 1 addition & 1 deletion deploy/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tolerations:

# Options for LoadBalancers backed by shared IPs instead of NodeBalancers
# sharedIPLoadBalancing:
# defaultLoadBalancerClass: <linode-nodebalancer or io.cilium/bgp-control-plane>
# defaultLoadBalancer: <nodebalancer or cilium-bgp>
# bgpNodeLabel: <node label for CiliumBGPPeeringPolicy>

# This section adds ability to enable route-controller for ccm
Expand Down

0 comments on commit dc55873

Please sign in to comment.