Skip to content

Commit

Permalink
Fix PNCC name
Browse files Browse the repository at this point in the history
  • Loading branch information
natiiix committed Mar 30, 2021
1 parent 245a5c8 commit 373a0ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ func gatherPNCC(ctx context.Context, dynamicClient dynamic.Interface, coreClient
return nil, []error{err}
}

return []record.Record{{Name: "config/aaaaaaaaa", Item: record.JSONMarshaller{Object: pnccList}}}, nil
return []record.Record{{Name: "config/podnetworkconnectivitychecks", Item: record.JSONMarshaller{Object: pnccList}}}, nil
}

0 comments on commit 373a0ee

Please sign in to comment.