Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Taylor <[email protected]>
  • Loading branch information
rptaylor committed Oct 30, 2024
1 parent 1c64e59 commit aaf3972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kube-vip-cloud-provider/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- name: KUBEVIP_NAMESPACE
value: {{ .Release.Namespace }}
- name: KUBEVIP_CONFIG_MAP
value: {{ .Values.configMapName | default(include "kube-vip-cloud-provider.name" .) }}
value: {{ .Values.configMapName | default (include "kube-vip-cloud-provider.name" .) }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit aaf3972

Please sign in to comment.