Skip to content

Commit 318f00a

Browse files
author
sivakami
committed
update pni template.
1 parent 98d06a2 commit 318f00a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/integration/manifests/swiftv2/long-running-cluster/podnetworkinstance.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
spec:
77
podNetworkConfigs:
88
- podNetwork: {{ .PNName }}
9-
{{- if eq .Type "explicit" }}
10-
podIPReservationSize: {{ .Reservations }}
11-
{{- else }}
12-
podIPReservationSize: 1
13-
{{- end }}
9+
{{- if eq .Type "explicit" }}
10+
podIPReservationSize: {{ .Reservations }}
11+
{{- else }}
12+
podIPReservationSize: 1
13+
{{- end }}

0 commit comments

Comments
 (0)