Skip to content

Commit

Permalink
simplify condition
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Jun 10, 2024
1 parent d71f1e5 commit cb9cec1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ spec:
ipAddressPools:
- {{ include "ck-loadbalancer.fullname" . | quote }}

{{- if gt (len .Values.l2.interfaces ) 0 -}}
{{- with .Values.l2.interfaces }}
interfaces:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}

{{- end }}
{{- end }}

0 comments on commit cb9cec1

Please sign in to comment.