Skip to content

Commit

Permalink
fix cloud-provider-config generation (#440)
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Breuer <fbreuer@pm.me>
  • Loading branch information
breuerfelix committed May 19, 2022
1 parent fd5ce37 commit 1d8ffd8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{{- define "cloud-provider-config-loadbalancer" -}}
[LoadBalancer]
create-monitor=true
monitor-delay=60s
monitor-timeout=30s
monitor-delay="60s"
monitor-timeout="30s"
monitor-max-retries=5
lb-version=v2
lb-version="v2"
lb-provider="{{ .Values.lbProvider }}"
floating-network-id="{{ .Values.floatingNetworkID }}"
use-octavia="{{ .Values.useOctavia }}"
Expand Down

0 comments on commit 1d8ffd8

Please sign in to comment.