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 b63a294 commit d82b912Copy full SHA for d82b912
helm/aws-load-balancer-controller/templates/deployment.yaml
@@ -59,7 +59,7 @@ spec:
59
containers:
60
- name: {{ .Chart.Name }}
61
args:
62
- - --cluster-name={{ required "Chart cannot be installed without a valid clusterName!" .Values.clusterName }}
+ - --cluster-name={{ required "Chart cannot be installed without a valid clusterName!" (tpl .Values.clusterName .) }}
63
{{- if .Values.ingressClass }}
64
- --ingress-class={{ .Values.ingressClass }}
65
{{- end }}
0 commit comments