We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13154cc commit f95555bCopy full SHA for f95555b
templates/_helpers.tpl
@@ -87,7 +87,6 @@ project-id={{ include "auth_project_id" . }}
87
{{ end }}
88
89
[LoadBalancer]
90
-enabled={{ not (.Values.yawol | default false) }}
91
manage-security-groups=true
92
enable-ingress-hostname=true
93
create-monitor=true
@@ -97,14 +96,13 @@ create-monitor=true
97
96
98
{{/*
99
Templates the secret that contains cloud.conf as needed by the openstack CCM
+cloudprovider.conf is needed by yawol
100
*/}}
101
{{- define "cloud-config" -}}
102
apiVersion: v1
103
data:
104
cloud.conf: {{ include "cloud.conf" . | b64enc }}
105
-{{- if .Values.yawol }}
106
cloudprovider.conf: {{ include "cloud.conf" . | b64enc }}
107
-{{- end }}
108
kind: Secret
109
metadata:
110
name: cloud-config
0 commit comments