We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d06a2 commit 318f00aCopy full SHA for 318f00a
test/integration/manifests/swiftv2/long-running-cluster/podnetworkinstance.yaml
@@ -6,8 +6,8 @@ metadata:
6
spec:
7
podNetworkConfigs:
8
- podNetwork: {{ .PNName }}
9
-{{- if eq .Type "explicit" }}
10
- podIPReservationSize: {{ .Reservations }}
11
-{{- else }}
12
- podIPReservationSize: 1
13
-{{- end }}
+ {{- if eq .Type "explicit" }}
+ podIPReservationSize: {{ .Reservations }}
+ {{- else }}
+ podIPReservationSize: 1
+ {{- end }}
0 commit comments