Skip to content

Commit

Permalink
do not set default driver in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Jun 17, 2024
1 parent 9ab0dfd commit 66f3ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/manifests/charts/ck-loadbalancer/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
driver: cilium
driver:

l2:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions src/k8s/pkg/k8sd/features/cilium/loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func enableLoadBalancer(ctx context.Context, snap snap.Snap, loadbalancer types.
}

values := map[string]any{
"driver": "cilium",
"l2": map[string]any{
"enabled": loadbalancer.GetL2Mode(),
"interfaces": loadbalancer.GetL2Interfaces(),
Expand Down

0 comments on commit 66f3ec7

Please sign in to comment.