Skip to content

Commit

Permalink
fixing if condition
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Waigant <[email protected]>
  • Loading branch information
sergeiwaigant committed Jul 6, 2024
1 parent b841544 commit bc16f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kube-vip/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
{{- end }}
{{- end }}
env:
{{- if eq (include "kube-vip.toBool" .Values.cp_enable) "true" }}
{{- if (include "kube-vip.toBool" .Values.cp_enable) }}
- name: vip_address
value: {{ required "A valid config.address required!" .Values.config.address}}
{{- end }}
Expand Down

0 comments on commit bc16f3b

Please sign in to comment.