Skip to content

Commit

Permalink
Update modules/4_pvs_support/pvs_support.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Bastide <[email protected]>
  • Loading branch information
Chandan-Abhyankar and prb112 committed Jul 4, 2024
1 parent cd5b687 commit f30184c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/4_pvs_support/pvs_support.tf
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ then
echo "Patch command output is:"
oc patch Network.operator.openshift.io cluster --type=merge --patch \
'{"spec": { "migration": { "mtu": { "network": { "from": '$EXISTING_MTU', "to": ${var.cluster_network_mtu} } , "machine": { "to" : 9100} } } } }'
else
echo "clusterNetworkMTU is already set to ${var.cluster_network_mtu}"
fi
Expand Down

0 comments on commit f30184c

Please sign in to comment.