Skip to content

Commit

Permalink
whitespace adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Jun 21, 2024
1 parent 75d9a40 commit 647ae90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
{{- include "ck-loadbalancer.labels" . | nindent 4 }}
spec:
ipAddressPools:
- {{ include "ck-loadbalancer.fullname" . }}
- {{ include "ck-loadbalancer.fullname" . }}
{{- with .Values.l2.interfaces }}
interfaces:
{{- toYaml . | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{{ if (eq .Values.driver "metallb") }}
{{ if .Values.ipPool.cidrs }}

apiVersion: "metallb.io/v1beta1"
kind: IPAddressPool
metadata:
Expand All @@ -14,7 +13,7 @@ spec:
- {{ .cidr }}
{{- else if and .start .stop }}
- {{ printf "%s-%s" .start .stop }}
{{- end }}
{{- end }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}

0 comments on commit 647ae90

Please sign in to comment.