From df9b053ff784375f3cfc154887abb251b177143a Mon Sep 17 00:00:00 2001 From: Ivan Kolodiazhnyi Date: Mon, 20 Oct 2025 12:35:48 +0300 Subject: [PATCH] fix: Correct JSON in NicClusterPolicy example Signed-off-by: Ivan Kolodiazhnyi --- examples/processed/ipoib-rdma-shared/10-nicclusterpolicy.yaml | 2 ++ examples/templates/ipoib-rdma-shared/10-nicclusterpolicy.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/examples/processed/ipoib-rdma-shared/10-nicclusterpolicy.yaml b/examples/processed/ipoib-rdma-shared/10-nicclusterpolicy.yaml index 557c79d2..92785b2b 100644 --- a/examples/processed/ipoib-rdma-shared/10-nicclusterpolicy.yaml +++ b/examples/processed/ipoib-rdma-shared/10-nicclusterpolicy.yaml @@ -33,6 +33,8 @@ spec: "rdmaHcaMax": 63, "selectors": { "ifNames": ["ibs2f0"] + } + } ] } nvIpam: diff --git a/examples/templates/ipoib-rdma-shared/10-nicclusterpolicy.yaml b/examples/templates/ipoib-rdma-shared/10-nicclusterpolicy.yaml index 75f6edf0..9acadf65 100644 --- a/examples/templates/ipoib-rdma-shared/10-nicclusterpolicy.yaml +++ b/examples/templates/ipoib-rdma-shared/10-nicclusterpolicy.yaml @@ -33,6 +33,8 @@ spec: "rdmaHcaMax": 63, "selectors": { "ifNames": ["ibs2f0"] + } + } ] } nvIpam: