Skip to content

Commit f95555b

Browse files
committed
create cloudprovider.conf by default
Signed-off-by: Paul Hildebrandt <hildebrandt@b1-systems.de>
1 parent 13154cc commit f95555b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/_helpers.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ project-id={{ include "auth_project_id" . }}
8787
{{ end }}
8888

8989
[LoadBalancer]
90-
enabled={{ not (.Values.yawol | default false) }}
9190
manage-security-groups=true
9291
enable-ingress-hostname=true
9392
create-monitor=true
@@ -97,14 +96,13 @@ create-monitor=true
9796

9897
{{/*
9998
Templates the secret that contains cloud.conf as needed by the openstack CCM
99+
cloudprovider.conf is needed by yawol
100100
*/}}
101101
{{- define "cloud-config" -}}
102102
apiVersion: v1
103103
data:
104104
cloud.conf: {{ include "cloud.conf" . | b64enc }}
105-
{{- if .Values.yawol }}
106105
cloudprovider.conf: {{ include "cloud.conf" . | b64enc }}
107-
{{- end }}
108106
kind: Secret
109107
metadata:
110108
name: cloud-config

0 commit comments

Comments
 (0)